1 #include "crypto_core_salsa20.h"
4 crypto_core_salsa20_outputbytes(void) {
5 return crypto_core_salsa20_OUTPUTBYTES;
9 crypto_core_salsa20_inputbytes(void) {
10 return crypto_core_salsa20_INPUTBYTES;
14 crypto_core_salsa20_keybytes(void) {
15 return crypto_core_salsa20_KEYBYTES;
19 crypto_core_salsa20_constbytes(void) {
20 return crypto_core_salsa20_CONSTBYTES;