libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_stream / aes128ctr / stream_aes128ctr_api.c
blob350494efe2ad03e962e7e4824b92c735cebb5407
1 #include "crypto_stream_aes128ctr.h"
3 size_t
4 crypto_stream_aes128ctr_keybytes(void) {
5 return crypto_stream_aes128ctr_KEYBYTES;
8 size_t
9 crypto_stream_aes128ctr_noncebytes(void) {
10 return crypto_stream_aes128ctr_NONCEBYTES;
13 size_t
14 crypto_stream_aes128ctr_beforenmbytes(void) {
15 return crypto_stream_aes128ctr_BEFORENMBYTES;
18 const char *
19 crypto_stream_aes128ctr_primitive(void) {
20 return "aes128ctr";