From b795b18721f9281ed0ffbd25e7dfbec2b2bd5c1b Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Mon, 12 Jul 2021 18:05:59 -0400 Subject: [PATCH] Update README.md --- 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 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.