#include "crypto_auth_hmacsha512.h" size_t crypto_auth_hmacsha512_bytes(void) { return crypto_auth_hmacsha512_BYTES; } size_t crypto_auth_hmacsha512_keybytes(void) { return crypto_auth_hmacsha512_KEYBYTES; }