1 #include "crypto_stream_aes128ctr.h"
4 crypto_stream_aes128ctr_keybytes(void) {
5 return crypto_stream_aes128ctr_KEYBYTES;
9 crypto_stream_aes128ctr_noncebytes(void) {
10 return crypto_stream_aes128ctr_NONCEBYTES;
14 crypto_stream_aes128ctr_beforenmbytes(void) {
15 return crypto_stream_aes128ctr_BEFORENMBYTES;