init
This commit is contained in:
commit
24c67a3189
12 changed files with 675 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Purr_chacha
|
||||
|
||||
A pure OCaml implementation of [ChaCha20](https://datatracker.ietf.org/doc/html/rfc7539).
|
||||
|
||||
This is implemented for fun.
|
||||
Do not expect anything from it.
|
||||
It will likely be slow due to OCaml memory representation of values.
|
||||
|
||||
# License
|
||||
|
||||
MIT or public domain
|
||||
Loading…
Add table
Add a link
Reference in a new issue