From a12b4cf29cee106a4cf2d1946758539552ab6c12 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 7 Aug 2021 16:41:48 -0400 Subject: [PATCH] Delete README.md --- src/monocypher/README.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/monocypher/README.md diff --git a/src/monocypher/README.md b/src/monocypher/README.md deleted file mode 100644 index 450d17a..0000000 --- a/src/monocypher/README.md +++ /dev/null @@ -1 +0,0 @@ -Here lives Picocrypt's CGO binding for Monocypher, an excellent cryptography library that contains a well-written and audited implementation of ChaCha20. Monocypher's licensing applies. A huge thanks to Loup Vaillant for spending the time and effort to write this outstanding piece of software. I am forever grateful for this piece of treasure.