libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_stream / salsa208 / stream_salsa208_api.c
blob7b160b35c1551059a200c0563a376c8c527c019f
1 #include "crypto_stream_salsa208.h"
3 size_t
4 crypto_stream_salsa208_keybytes(void) {
5 return crypto_stream_salsa208_KEYBYTES;
8 size_t
9 crypto_stream_salsa208_noncebytes(void) {
10 return crypto_stream_salsa208_NONCEBYTES;
13 const char *
14 crypto_stream_salsa208_primitive(void) {
15 return "salsa208";