diff options
| author | Jack O'Connor <[email protected]> | 2022-03-04 21:01:48 -0500 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2022-03-04 21:02:18 -0500 |
| commit | 039f8cdc2096bde890a52dd8d9f044cc1e1eebb8 (patch) | |
| tree | 6302d1ac1d18b5d2f6bb70f3d6da50dbf3769778 | |
| parent | 48c4621edc5be916e47581c3f68dd259a89dbf19 (diff) | |
link to ports of the reference implementation
| -rw-r--r-- | reference_impl/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/reference_impl/README.md b/reference_impl/README.md index 941fafd..6d123f3 100644 --- a/reference_impl/README.md +++ b/reference_impl/README.md @@ -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) |
