summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr_api.c
blob: 184ad3fbd6cb2d43c6f937781936d3a742946e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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;
}