summaryrefslogtreecommitdiff
path: root/src/libsodium/crypto_stream/aes256estream/hongjun/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsodium/crypto_stream/aes256estream/hongjun/api.h')
-rw-r--r--src/libsodium/crypto_stream/aes256estream/hongjun/api.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libsodium/crypto_stream/aes256estream/hongjun/api.h b/src/libsodium/crypto_stream/aes256estream/hongjun/api.h
new file mode 100644
index 0000000..017babe
--- /dev/null
+++ b/src/libsodium/crypto_stream/aes256estream/hongjun/api.h
@@ -0,0 +1,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