1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-04-26 11:45:00 +02:00

link to ports of the reference implementation

This commit is contained in:
Jack O'Connor 2022-03-04 21:01:48 -05:00
parent 48c4621edc
commit 039f8cdc20

View File

@ -7,3 +7,8 @@ by running `cargo doc --open` in this directory.
This implementation is a single file
([`reference_impl.rs`](reference_impl.rs)) with no dependencies. It is
not optimized for performance.
There are ports of this reference implementation to other languages:
- [C](https://github.com/oconnor663/blake3_reference_impl_c)
- [Python](https://github.com/oconnor663/pure_python_blake3)