summaryrefslogtreecommitdiff
path: root/nacl/curvecp/safenonce.h
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/curvecp/safenonce.h')
-rw-r--r--nacl/curvecp/safenonce.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nacl/curvecp/safenonce.h b/nacl/curvecp/safenonce.h
new file mode 100644
index 00000000..c01271aa
--- /dev/null
+++ b/nacl/curvecp/safenonce.h
@@ -0,0 +1,6 @@
1#ifndef SAFENONCE_H
2#define SAFENONCE_H
3
4extern int safenonce(unsigned char *,int);
5
6#endif