mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 09:13:11 +00:00
4 lines
No EOL
91 B
C
4 lines
No EOL
91 B
C
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
void sha_pad_buffer(uint8_t* buffer, size_t size); |