purr_chacha/README.md
2025-02-12 12:47:45 +01:00

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