Sha256: ef2ce05fc4c1a825baaab81a47a863b37cc6cbbe8374e6103cc17ae70a17d047
Contents?: true
Size: 308 Bytes
Versions: 2
Compression:
Stored size: 308 Bytes
Contents
#include "crypto_stream_xsalsa20.h" size_t crypto_stream_xsalsa20_keybytes(void) { return crypto_stream_xsalsa20_KEYBYTES; } size_t crypto_stream_xsalsa20_noncebytes(void) { return crypto_stream_xsalsa20_NONCEBYTES; } const char * crypto_stream_xsalsa20_primitive(void) { return "xsalsa20"; }
Version data entries
2 entries across 2 versions & 1 rubygems