purr_chacha/README.md

12 lines
269 B
Markdown
Raw Normal View History

2025-02-12 11:19:19 +01:00
# 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