Sha256: 51c04832ef7f2da98f9f2c41828c9272d2c0741582bab82a802ad96fe93f0197
Contents?: true
Size: 421 Bytes
Versions: 2
Compression:
Stored size: 421 Bytes
Contents
#include "crypto_stream_aes128ctr.h" size_t crypto_stream_aes128ctr_keybytes(void) { return crypto_stream_aes128ctr_KEYBYTES; } size_t crypto_stream_aes128ctr_noncebytes(void) { return crypto_stream_aes128ctr_NONCEBYTES; } size_t crypto_stream_aes128ctr_beforenmbytes(void) { return crypto_stream_aes128ctr_BEFORENMBYTES; } const char * crypto_stream_aes128ctr_primitive(void) { return "aes128ctr"; }
Version data entries
2 entries across 2 versions & 1 rubygems