Code Review
/
trex.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b8878d5d6b0c1fccc3d0c67bcc1b9ea1903bba59
[trex.git]
/
1
#include "crypto_onetimeauth_poly1305.h"
2
3
size_t
4
crypto_onetimeauth_poly1305_bytes(void) {
5
return crypto_onetimeauth_poly1305_BYTES;
6
}
7
8
size_t
9
crypto_onetimeauth_poly1305_keybytes(void) {
10
return crypto_onetimeauth_poly1305_KEYBYTES;
11
}