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

4 lines
91 B
C
Raw Normal View History

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