summaryrefslogtreecommitdiff
path: root/src/libsodium/crypto_stream/aes256estream/hongjun/api.h
blob: 017babe93b1b6e8133d60270e1590b57e850a26c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#include "crypto_stream_aes256estream.h"

#define crypto_stream crypto_stream_aes256estream
#define crypto_stream_xor crypto_stream_aes256estream_xor
#define crypto_stream_beforenm crypto_stream_aes256estream_beforenm
#define crypto_stream_afternm crypto_stream_aes256estream_afternm
#define crypto_stream_xor_afternm crypto_stream_aes256estream_xor_afternm
#define crypto_stream_KEYBYTES crypto_stream_aes256estream_KEYBYTES
#define crypto_stream_NONCEBYTES crypto_stream_aes256estream_NONCEBYTES
#define crypto_stream_BEFORENMBYTES crypto_stream_aes256estream_BEFORENMBYTES
#define crypto_stream_IMPLEMENTATION crypto_stream_aes256estream_IMPLEMENTATION
#define crypto_stream_VERSION crypto_stream_aes256estream_VERSION