summaryrefslogtreecommitdiff
path: root/nacl/curvecp/crypto_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/curvecp/crypto_block.h')
-rw-r--r--nacl/curvecp/crypto_block.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nacl/curvecp/crypto_block.h b/nacl/curvecp/crypto_block.h
new file mode 100644
index 00000000..f13620c4
--- /dev/null
+++ b/nacl/curvecp/crypto_block.h
@@ -0,0 +1,4 @@
1#define crypto_block_BYTES 16
2#define crypto_block_KEYBYTES 32
3
4extern int crypto_block(unsigned char *,const unsigned char *,const unsigned char *);