File: README.md

package info (click to toggle)
rust-blake3 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,772 kB
  • sloc: asm: 26,333; ansic: 3,877; python: 70; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 490 bytes parent folder | download
1
2
3
4
5
6
7
8
9
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](https://github.com/BLAKE3-team/BLAKE3-specs/blob/master/blake3.pdf)
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`](reference_impl.rs)) with no dependencies. It is
not optimized for performance.