From a1f4198f5e23e5651296c609c53917951d31da58 Mon Sep 17 00:00:00 2001
From: Evan Su <48808396+HACKERALERT@users.noreply.github.com>
Date: Mon, 12 Jul 2021 22:20:48 -0400
Subject: [PATCH] Enhance Monocypher license notice
---
src/monocypher/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/monocypher/README.md b/src/monocypher/README.md
index 748869f..450d17a 100644
--- a/src/monocypher/README.md
+++ b/src/monocypher/README.md
@@ -1 +1 @@
-This is Picocrypt's bindings to Monocypher, the secure and audited library in which Picocrypt uses for ChaCha20. Monocypher's dual license (https://github.com/LoupVaillant/Monocypher/blob/master/LICENCE.md) applies.
+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.