libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_stream / salsa2012 / stream_salsa2012_api.c
blobf43d009c16c25893d593b514bbff4bc03487e816
1 #include "crypto_stream_salsa2012.h"
3 size_t
4 crypto_stream_salsa2012_keybytes(void) {
5 return crypto_stream_salsa2012_KEYBYTES;
8 size_t
9 crypto_stream_salsa2012_noncebytes(void) {
10 return crypto_stream_salsa2012_NONCEBYTES;
13 const char *
14 crypto_stream_salsa2012_primitive(void) {
15 return "salsa2012";