Sha256: c9363b3916f7687f5a24a68f5199ea31142880a7e89b929d6c78d76c6961cd8d
Contents?: true
Size: 613 Bytes
Versions: 2
Compression:
Stored size: 613 Bytes
Contents
#ifndef crypto_shorthash_siphash24_H #define crypto_shorthash_siphash24_H #include <stddef.h> #include "export.h" #define crypto_shorthash_siphash24_BYTES 8U #define crypto_shorthash_siphash24_KEYBYTES 16U #ifdef __cplusplus extern "C" { #endif SODIUM_EXPORT size_t crypto_shorthash_siphash24_bytes(void); SODIUM_EXPORT const char * crypto_shorthash_siphash24_primitive(void); SODIUM_EXPORT int crypto_shorthash_siphash24(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *); #ifdef __cplusplus } #endif #define crypto_shorthash_siphash24_ref crypto_shorthash_siphash24 #endif
Version data entries
2 entries across 2 versions & 1 rubygems