No description
Find a file
2026-03-19 19:44:39 +01:00
src init 2026-03-19 19:44:39 +01:00
test init 2026-03-19 19:44:39 +01:00
.gitignore init 2026-03-19 19:44:39 +01:00
.ocamlformat init 2026-03-19 19:44:39 +01:00
dune-project init 2026-03-19 19:44:39 +01:00
LICENSE.md init 2026-03-19 19:44:39 +01:00
purr_chacha.opam init 2026-03-19 19:44:39 +01:00
README.md init 2026-03-19 19:44:39 +01:00

Purr_chacha

A pure OCaml implementation of ChaCha20.

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