diff options
Diffstat (limited to 'nacl/crypto_core/salsa20/ref/api.h')
-rw-r--r-- | nacl/crypto_core/salsa20/ref/api.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nacl/crypto_core/salsa20/ref/api.h b/nacl/crypto_core/salsa20/ref/api.h new file mode 100644 index 00000000..2a387b6d --- /dev/null +++ b/nacl/crypto_core/salsa20/ref/api.h | |||
@@ -0,0 +1,4 @@ | |||
1 | #define CRYPTO_OUTPUTBYTES 64 | ||
2 | #define CRYPTO_INPUTBYTES 16 | ||
3 | #define CRYPTO_KEYBYTES 32 | ||
4 | #define CRYPTO_CONSTBYTES 16 | ||