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/c/blake3_c_rust_bindings
Joel Rosdahl 2dd4e57f68 Fix typos 3 weeks ago
..
benches upgrade to arrayvec 0.7.0 2 years ago
src Fix typos 3 weeks ago
Cargo.toml upgrade all Cargo.toml files to edition=2021 3 months ago
README.md remove an obsolete remark about performance 3 years ago
build.rs Fix typos 3 weeks ago
cross_test.sh add cross_test.sh for the C bindings 3 years ago

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.