summaryrefslogtreecommitdiffhomepage
path: root/src/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto.h')
-rw-r--r--src/crypto.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/crypto.h b/src/crypto.h
new file mode 100644
index 0000000..44d4fe2
--- /dev/null
+++ b/src/crypto.h
@@ -0,0 +1,11 @@
+/* This file is dedicated to the public domain. */
+
+#ifndef INC_CRYPTO_H
+#define INC_CRYPTO_H
+
+#include "3p/monocypher/monocypher.h"
+#include "3p/monocypher/monocypher-rng.h"
+
+#endif
+
+// vi: sw=4 ts=4 noet tw=80 cc=80