aboutsummaryrefslogtreecommitdiffstats
path: root/jni/ed25519/nacl_includes/crypto_uint64.h
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ed25519/nacl_includes/crypto_uint64.h')
-rw-r--r--jni/ed25519/nacl_includes/crypto_uint64.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/jni/ed25519/nacl_includes/crypto_uint64.h b/jni/ed25519/nacl_includes/crypto_uint64.h
new file mode 100644
index 00000000..5aa00703
--- /dev/null
+++ b/jni/ed25519/nacl_includes/crypto_uint64.h
@@ -0,0 +1,6 @@
+#ifndef crypto_uint64_h
+#define crypto_uint64_h
+
+typedef unsigned long long crypto_uint64;
+
+#endif