Enhance Monocypher license notice

This commit is contained in:
Evan Su 2021-07-12 22:20:48 -04:00 committed by GitHub
parent b795b18721
commit a1f4198f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
This is Picocrypt's bindings to <a href="https://github.com/LoupVaillant/Monocypher">Monocypher</a>, 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 <a href="https://monocypher.org/">Monocypher</a>, an excellent cryptography library that contains a well-written and audited implementation of ChaCha20. Monocypher's <a href="https://github.com/LoupVaillant/Monocypher/blob/master/LICENCE.md">licensing</a> applies. A <i>huge</i> thanks to <a href="https://loup-vaillant.fr/">Loup Vaillant</a> for spending the time and effort to write this outstanding piece of software. I am forever grateful for this piece of treasure.