5af3388a9d4d3c99cff42fba1a2cc5a53acff305
[trex.git] /
1 #include "crypto_auth_hmacsha256.h"
2
3 size_t
4 crypto_auth_hmacsha256_bytes(void) {
5     return crypto_auth_hmacsha256_BYTES;
6 }
7
8 size_t
9 crypto_auth_hmacsha256_keybytes(void) {
10     return crypto_auth_hmacsha256_KEYBYTES;
11 }