184ad3fbd6cb2d43c6f937781936d3a742946e2e
[trex.git] /
1 #include "crypto_stream_aes128ctr.h"
2
3 size_t
4 crypto_stream_aes128ctr_keybytes(void) {
5     return crypto_stream_aes128ctr_KEYBYTES;
6 }
7
8 size_t
9 crypto_stream_aes128ctr_noncebytes(void) {
10     return crypto_stream_aes128ctr_NONCEBYTES;
11 }
12
13 size_t
14 crypto_stream_aes128ctr_beforenmbytes(void) {
15     return crypto_stream_aes128ctr_BEFORENMBYTES;
16 }