mirror of
https://github.com/BLAKE3-team/BLAKE3
synced 2026-03-07 15:46:24 +01:00
Requires a CPLUS_INCLUDE_PATH setting similar to:
export CPLUS_INCLUDE_PATH=/tmp/llfio/include:/tmp/outcome/include:/tmp/quickcpplib/include
|
||
|---|---|---|
| .. | ||
| benches | ||
| src | ||
| build.rs | ||
| Cargo.toml | ||
| cross_test.sh | ||
| README.md | ||
These are Rust bindings for the C implementation of BLAKE3. As there is a native Rust implementation of BLAKE3 provided in this same repo, these bindings are not expected to be used in production. They're intended for testing and benchmarking.