From 9f12b8d3a30fc9137d6707dcc513de30022ffe3e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 31 Jul 2022 16:01:26 +0100 Subject: 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. --- src/crypto.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/crypto.h (limited to 'src/crypto.h') 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 -- cgit v1.2.3