diff --git a/src/monocypher/README.md b/src/monocypher/README.md index 3c90a8e..748869f 100644 --- a/src/monocypher/README.md +++ b/src/monocypher/README.md @@ -1 +1 @@ -This is the binding I wrote that binds Monocypher's C interface to Go so that Picocrypt can use it. +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.