Code Review
/
trex.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
54584e1438eadd9d77b9c3cc8556922adfca7d41
[trex.git]
/
1
#include "crypto_auth_hmacsha512.h"
2
3
size_t
4
crypto_auth_hmacsha512_bytes(void) {
5
return crypto_auth_hmacsha512_BYTES;
6
}
7
8
size_t
9
crypto_auth_hmacsha512_keybytes(void) {
10
return crypto_auth_hmacsha512_KEYBYTES;
11
}