libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_stream / xsalsa20 / stream_xsalsa20_api.c
blobdef5f499d6e7e1b973651d750c54d043f7378683
1 #include "crypto_stream_xsalsa20.h"
3 size_t
4 crypto_stream_xsalsa20_keybytes(void) {
5 return crypto_stream_xsalsa20_KEYBYTES;
8 size_t
9 crypto_stream_xsalsa20_noncebytes(void) {
10 return crypto_stream_xsalsa20_NONCEBYTES;
13 const char *
14 crypto_stream_xsalsa20_primitive(void) {
15 return "xsalsa20";