Code Review
/
trex.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3b5685f3c8c8cb8007ee4ac59041e6e1b7ed038b
[trex.git]
/
1
#include "crypto_stream_salsa2012.h"
2
3
size_t
4
crypto_stream_salsa2012_keybytes(void) {
5
return crypto_stream_salsa2012_KEYBYTES;
6
}
7
8
size_t
9
crypto_stream_salsa2012_noncebytes(void) {
10
return crypto_stream_salsa2012_NONCEBYTES;
11
}