mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
Enhance Monocypher license notice
This commit is contained in:
parent
b795b18721
commit
a1f4198f5e
1 changed files with 1 additions and 1 deletions
2
src/monocypher/README.md
vendored
2
src/monocypher/README.md
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue