summaryrefslogtreecommitdiff
path: root/nacl/crypto_box/curve25519xsalsa20poly1305/ref/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/crypto_box/curve25519xsalsa20poly1305/ref/api.h')
-rw-r--r--nacl/crypto_box/curve25519xsalsa20poly1305/ref/api.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nacl/crypto_box/curve25519xsalsa20poly1305/ref/api.h b/nacl/crypto_box/curve25519xsalsa20poly1305/ref/api.h
new file mode 100644
index 00000000..ce7762df
--- /dev/null
+++ b/nacl/crypto_box/curve25519xsalsa20poly1305/ref/api.h
@@ -0,0 +1,6 @@
1#define CRYPTO_PUBLICKEYBYTES 32
2#define CRYPTO_SECRETKEYBYTES 32
3#define CRYPTO_BEFORENMBYTES 32
4#define CRYPTO_NONCEBYTES 24
5#define CRYPTO_ZEROBYTES 32
6#define CRYPTO_BOXZEROBYTES 16