libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_core / salsa2012 / core_salsa2012_api.c
blob15b0533c610bc3c5b74f23809aefd84f3e67c9ef
1 #include "crypto_core_salsa2012.h"
3 size_t
4 crypto_core_salsa2012_outputbytes(void) {
5 return crypto_core_salsa2012_OUTPUTBYTES;
8 size_t
9 crypto_core_salsa2012_inputbytes(void) {
10 return crypto_core_salsa2012_INPUTBYTES;
13 size_t
14 crypto_core_salsa2012_keybytes(void) {
15 return crypto_core_salsa2012_KEYBYTES;
18 size_t
19 crypto_core_salsa2012_constbytes(void) {
20 return crypto_core_salsa2012_CONSTBYTES;
23 const char *
24 crypto_core_salsa2012_primitive(void) {
25 return "salsa2012";