Sha256: aeb62361cf885a86038de5e3fcda56f22448ca63ea594d4518ce584d05fcac13
Contents?: true
Size: 301 Bytes
Versions: 2
Compression:
Stored size: 301 Bytes
Contents
#include "crypto_stream_salsa20.h" size_t crypto_stream_salsa20_keybytes(void) { return crypto_stream_salsa20_KEYBYTES; } size_t crypto_stream_salsa20_noncebytes(void) { return crypto_stream_salsa20_NONCEBYTES; } const char * crypto_stream_salsa20_primitive(void) { return "salsa20"; }
Version data entries
2 entries across 2 versions & 1 rubygems