e49a81e7ab6cefb8d0e77d15bd2682492ff46923
[trex.git] /
1 #include "crypto_core_salsa2012.h"
2
3 size_t
4 crypto_core_salsa2012_outputbytes(void) {
5     return crypto_core_salsa2012_OUTPUTBYTES;
6 }
7
8 size_t
9 crypto_core_salsa2012_inputbytes(void) {
10     return crypto_core_salsa2012_INPUTBYTES;
11 }
12
13 size_t
14 crypto_core_salsa2012_keybytes(void) {
15     return crypto_core_salsa2012_KEYBYTES;
16 }
17
18 size_t
19 crypto_core_salsa2012_constbytes(void) {
20     return crypto_core_salsa2012_CONSTBYTES;
21 }