unleashed-firmware/applications/external/totp/services/hmac/sha_pad_buffer.h

4 lines
91 B
C
Raw Normal View History

2023-04-28 11:04:16 +00:00
#include <stddef.h>
#include <stdint.h>
void sha_pad_buffer(uint8_t* buffer, size_t size);