Sha256: ab7228e19e8101d31113fd06a064d0f6f2bf5987b35d1e6bd1189dc07da37cd6
Contents?: true
Size: 845 Bytes
Versions: 2
Compression:
Stored size: 845 Bytes
Contents
#ifndef crypto_core_hsalsa20_H #define crypto_core_hsalsa20_H #include <stddef.h> #include "export.h" #define crypto_core_hsalsa20_OUTPUTBYTES 32U #define crypto_core_hsalsa20_INPUTBYTES 16U #define crypto_core_hsalsa20_KEYBYTES 32U #define crypto_core_hsalsa20_CONSTBYTES 16U #ifdef __cplusplus extern "C" { #endif SODIUM_EXPORT size_t crypto_core_hsalsa20_outputbytes(void); SODIUM_EXPORT size_t crypto_core_hsalsa20_inputbytes(void); SODIUM_EXPORT size_t crypto_core_hsalsa20_keybytes(void); SODIUM_EXPORT size_t crypto_core_hsalsa20_constbytes(void); SODIUM_EXPORT const char * crypto_core_hsalsa20_primitive(void); SODIUM_EXPORT int crypto_core_hsalsa20(unsigned char *,const unsigned char *,const unsigned char *,const unsigned char *); #ifdef __cplusplus } #endif #define crypto_core_hsalsa20_ref2 crypto_core_hsalsa20 #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rbnacl-libsodium-0.4.5 | vendor/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h |
rbnacl-libsodium-0.4.5a | vendor/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h |