summaryrefslogtreecommitdiff
path: root/nist/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'nist/api.h')
-rw-r--r--nist/api.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/nist/api.h b/nist/api.h
new file mode 100644
index 0000000..c952db3
--- /dev/null
+++ b/nist/api.h
@@ -0,0 +1,12 @@
+#ifndef API_H
+#define API_H
+
+#include "parameters.h"
+
+#define CRYPTO_KEYBYTES KEY_BYTES
+#define CRYPTO_NSECBYTES 0
+#define CRYPTO_NPUBBYTES NONCE_BYTES
+#define CRYPTO_ABYTES TAG_BYTES
+#define CRYPTO_NOOVERLAP 1
+
+#endif /* API_H */