Sha256: ecb3514e479cc993366542f9efe71de9aafd8f439cf9223f4ab0d97e9b97625a
Contents?: true
Size: 408 Bytes
Versions: 24
Compression:
Stored size: 408 Bytes
Contents
#include "crypto_core_hsalsa20.h" size_t crypto_core_hsalsa20_outputbytes(void) { return crypto_core_hsalsa20_OUTPUTBYTES; } size_t crypto_core_hsalsa20_inputbytes(void) { return crypto_core_hsalsa20_INPUTBYTES; } size_t crypto_core_hsalsa20_keybytes(void) { return crypto_core_hsalsa20_KEYBYTES; } size_t crypto_core_hsalsa20_constbytes(void) { return crypto_core_hsalsa20_CONSTBYTES; }
Version data entries
24 entries across 24 versions & 2 rubygems