Sha256: 80555e76c8a0f73da372a9a78bea520c2ddfd62d944622cc870f291bc264c9ad
Contents?: true
Size: 486 Bytes
Versions: 2
Compression:
Stored size: 486 Bytes
Contents
#include "crypto_core_salsa208.h" size_t crypto_core_salsa208_outputbytes(void) { return crypto_core_salsa208_OUTPUTBYTES; } size_t crypto_core_salsa208_inputbytes(void) { return crypto_core_salsa208_INPUTBYTES; } size_t crypto_core_salsa208_keybytes(void) { return crypto_core_salsa208_KEYBYTES; } size_t crypto_core_salsa208_constbytes(void) { return crypto_core_salsa208_CONSTBYTES; } const char * crypto_core_salsa208_primitive(void) { return "salsa208"; }
Version data entries
2 entries across 2 versions & 1 rubygems