256084e53b7af444cf7194c7a25e1598d80c41f5
[trex.git] /
1 #include "crypto_stream_xsalsa20.h"
2
3 size_t
4 crypto_stream_xsalsa20_keybytes(void) {
5     return crypto_stream_xsalsa20_KEYBYTES;
6 }
7
8 size_t
9 crypto_stream_xsalsa20_noncebytes(void) {
10     return crypto_stream_xsalsa20_NONCEBYTES;
11 }