1 #include "crypto_core_salsa208.h"
4 crypto_core_salsa208_outputbytes(void) {
5 return crypto_core_salsa208_OUTPUTBYTES;
9 crypto_core_salsa208_inputbytes(void) {
10 return crypto_core_salsa208_INPUTBYTES;
14 crypto_core_salsa208_keybytes(void) {
15 return crypto_core_salsa208_KEYBYTES;
19 crypto_core_salsa208_constbytes(void) {
20 return crypto_core_salsa208_CONSTBYTES;