1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-04 15:06:13 +02:00
BLAKE3/c/blake3_c_rust_bindings
Jack O'Connor 92d421dea1 add a larger test case
One thing I like to test is that, if I hack simd_degree to be higher
than MAX_SIMD_DEGREE, assertions fire. This requires a test case long
enough to exceed that number of chunks.
2020-01-22 21:19:47 -05:00
..
benches add blake3_c_rust_bindings for testing and benchmarking 2020-01-16 16:09:42 -05:00
src add a larger test case 2020-01-22 21:19:47 -05:00
Cargo.toml add a README.md in c/blake3_c_rust_bindings 2020-01-16 18:29:20 -05:00
README.md add a README.md in c/blake3_c_rust_bindings 2020-01-16 18:29:20 -05:00
build.rs add blake3_c_rust_bindings for testing and benchmarking 2020-01-16 16:09:42 -05:00

These are Rust bindings for the C implementation of BLAKE3. As there is a native (and faster) 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.