Sha256: e991d32b2ab4fd1e421e514274a152d0217bff6c6efffff73b23735965abfec8
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
#include "crypto_stream_salsa2012.h" size_t crypto_stream_salsa2012_keybytes(void) { return crypto_stream_salsa2012_KEYBYTES; } size_t crypto_stream_salsa2012_noncebytes(void) { return crypto_stream_salsa2012_NONCEBYTES; } const char * crypto_stream_salsa2012_primitive(void) { return "salsa2012"; }
Version data entries
2 entries across 2 versions & 1 rubygems