Code Review
/
trex.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fd0fe9c510e3b40ef6c801c85d8faea82ccb21f3
[trex.git]
/
1
#include "crypto_auth_hmacsha512256.h"
2
3
size_t
4
crypto_auth_hmacsha512256_bytes(void) {
5
return crypto_auth_hmacsha512256_BYTES;
6
}
7
8
size_t
9
crypto_auth_hmacsha512256_keybytes(void) {
10
return crypto_auth_hmacsha512256_KEYBYTES;
11
}