This commit is contained in:
Swrup 2025-02-12 11:19:19 +01:00
commit 24c67a3189
12 changed files with 675 additions and 0 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# 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