summaryrefslogtreecommitdiffhomepage
path: root/src/crypto.c
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-07-31 16:01:26 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-08-16 22:52:47 +0100
commit9f12b8d3a30fc9137d6707dcc513de30022ffe3e (patch)
tree3071a80c9d69298746ed74afc32823a72feeec4a /src/crypto.c
parent3380c56176a050cdf13b7a4b2ee8b0ba8c63b62b (diff)
Import Monocypher 3.1.3 + monocypher-rng module
This is for somewhat later. I'd always planned to use it - it existed already in earlier private repos, in fact. I just didn't bother to import it here in case it wouldn't actually be needed, but with the way current plans are going, it's definitely going to be needed, so here it is.
Diffstat (limited to 'src/crypto.c')
-rw-r--r--src/crypto.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crypto.c b/src/crypto.c
new file mode 100644
index 0000000..f7ccd78
--- /dev/null
+++ b/src/crypto.c
@@ -0,0 +1,6 @@
+/* This file is dedicated to the public domain. */
+
+#include "3p/monocypher/monocypher.c"
+#include "3p/monocypher/monocypher-rng.c"
+
+// vi: sw=4 ts=4 noet tw=80 cc=80