No description
Find a file
2025-02-12 12:47:45 +01:00
src init 2025-02-12 12:47:45 +01:00
test init 2025-02-12 12:47:45 +01:00
.gitignore init 2025-02-12 12:47:45 +01:00
.ocamlformat init 2025-02-12 12:47:45 +01:00
dune-project init 2025-02-12 12:47:45 +01:00
LICENSE.md init 2025-02-12 12:47:45 +01:00
purr_chacha.opam init 2025-02-12 12:47:45 +01:00
README.md init 2025-02-12 12:47:45 +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