Sha256: bc4bee0d6df350b20ca4a9eefc199f2ef38533717115bed4a79468917b1e343d
Contents?: true
Size: 233 Bytes
Versions: 18
Compression:
Stored size: 233 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; }
Version data entries
18 entries across 18 versions & 1 rubygems