libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_core / salsa208 / core_salsa208_api.c
blob13af9a9c37a2d8379a8fa2c8a1f18c034a23498d
1 #include "crypto_core_salsa208.h"
3 size_t
4 crypto_core_salsa208_outputbytes(void) {
5 return crypto_core_salsa208_OUTPUTBYTES;
8 size_t
9 crypto_core_salsa208_inputbytes(void) {
10 return crypto_core_salsa208_INPUTBYTES;
13 size_t
14 crypto_core_salsa208_keybytes(void) {
15 return crypto_core_salsa208_KEYBYTES;
18 size_t
19 crypto_core_salsa208_constbytes(void) {
20 return crypto_core_salsa208_CONSTBYTES;
23 const char *
24 crypto_core_salsa208_primitive(void) {
25 return "salsa208";