You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BLAKE3/reference_impl
Jack O'Connor 039f8cdc20 link to ports of the reference implementation 1 year ago
..
Cargo.toml add the reference implementation 3 years ago
README.md link to ports of the reference implementation 1 year ago
reference_impl.rs add an assert and remove an iter_mut in reference_impl 1 year ago

README.md

This is the reference implementation of BLAKE3. It is used for testing and as a readable example of the algorithms involved. Section 5.1 of the BLAKE3 spec discusses this implementation. You can render docs for this implementation by running cargo doc --open in this directory.

This implementation is a single file (reference_impl.rs) with no dependencies. It is not optimized for performance.

There are ports of this reference implementation to other languages: