1 2 3 4 5 6 7
#include <stdint.h> #include <stddef.h> int fticks_hashmac(const uint8_t *in, const uint8_t *key, size_t out_len, uint8_t *out);