Skip to content

Commit

Permalink
link to blake3-py
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Oct 29, 2021
1 parent 438b565 commit 521e65b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ This project is a pure Python implementations of the BLAKE3 cryptographic hash
function, a direct port of the [Rust reference
implementation](https://github.com/BLAKE3-team/BLAKE3/blob/master/reference_impl/reference_impl.rs).
This is intended for educational and testing use only. It's too slow for
production use, and it has not been audited.
production use, and it hasn't been audited.

If you're writing production Python code, see the
[`blake3`](https://pypi.org/project/blake3/) module, which provides bindings
for the high-performance Rust implementation.

0 comments on commit 521e65b

Please sign in to comment.