11 lines
269 B
Markdown
11 lines
269 B
Markdown
# 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
|