Skip to content

Commit

Permalink
link to ports of the reference implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Mar 5, 2022
1 parent 48c4621 commit 039f8cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reference_impl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 039f8cd

Please sign in to comment.