summaryrefslogtreecommitdiff
path: root/nacl/curvecp/uint64_unpack.h
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/curvecp/uint64_unpack.h')
-rw-r--r--nacl/curvecp/uint64_unpack.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/nacl/curvecp/uint64_unpack.h b/nacl/curvecp/uint64_unpack.h
new file mode 100644
index 00000000..f40e7a8a
--- /dev/null
+++ b/nacl/curvecp/uint64_unpack.h
@@ -0,0 +1,8 @@
1#ifndef UINT64_UNPACK_H
2#define UINT64_UNPACK_H
3
4#include "crypto_uint64.h"
5
6extern crypto_uint64 uint64_unpack(const unsigned char *);
7
8#endif