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.