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