#ifndef crypto_core_hsalsa20_H #define crypto_core_hsalsa20_H #define crypto_core_hsalsa20_ref_OUTPUTBYTES 32 #define crypto_core_hsalsa20_ref_INPUTBYTES 16 #define crypto_core_hsalsa20_ref_KEYBYTES 32 #define crypto_core_hsalsa20_ref_CONSTBYTES 16 #ifdef __cplusplus #include extern "C" { #endif extern int crypto_core_hsalsa20_ref(unsigned char *,const unsigned char *,const unsigned char *,const unsigned char *); #ifdef __cplusplus } #endif #define crypto_core_hsalsa20 crypto_core_hsalsa20_ref /* POTATO crypto_core_hsalsa20_ref crypto_core_hsalsa20_ref crypto_core_hsalsa20 */ #define crypto_core_hsalsa20_OUTPUTBYTES crypto_core_hsalsa20_ref_OUTPUTBYTES /* POTATO crypto_core_hsalsa20_ref_OUTPUTBYTES crypto_core_hsalsa20_ref crypto_core_hsalsa20 */ #define crypto_core_hsalsa20_INPUTBYTES crypto_core_hsalsa20_ref_INPUTBYTES /* POTATO crypto_core_hsalsa20_ref_INPUTBYTES crypto_core_hsalsa20_ref crypto_core_hsalsa20 */ #define crypto_core_hsalsa20_KEYBYTES crypto_core_hsalsa20_ref_KEYBYTES /* POTATO crypto_core_hsalsa20_ref_KEYBYTES crypto_core_hsalsa20_ref crypto_core_hsalsa20 */ #define crypto_core_hsalsa20_CONSTBYTES crypto_core_hsalsa20_ref_CONSTBYTES /* POTATO crypto_core_hsalsa20_ref_CONSTBYTES crypto_core_hsalsa20_ref crypto_core_hsalsa20 */ #define crypto_core_hsalsa20_IMPLEMENTATION "crypto_core/hsalsa20/ref" #ifndef crypto_core_hsalsa20_ref_VERSION #define crypto_core_hsalsa20_ref_VERSION "-" #endif #define crypto_core_hsalsa20_VERSION crypto_core_hsalsa20_ref_VERSION #endif