diff options
Diffstat (limited to 'src/crypto.c')
-rw-r--r-- | src/crypto.c | 6 |
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 |