1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-25 23:16:03 +02:00
BLAKE3/test_vectors
Jack O'Connor e06a0f255a refactor the Cargo feature set
The biggest change here is that assembly implementations are enabled by
default.

Added features:
- "pure" (Pure Rust, with no C or assembly implementations.)

Removed features:
- "c" (Now basically the default.)

Renamed features;
- "c_prefer_intrinsics" -> "prefer_intrinsics"
- "c_neon" -> "neon"

Unchanged:
- "rayon"
- "std" (Still the only feature on by default.)
2020-03-29 18:02:03 -04:00
..
src add a larger test case 2020-01-22 21:19:47 -05:00
Cargo.toml refactor the Cargo feature set 2020-03-29 18:02:03 -04:00
cross_test.sh integrate assembly implementations into the blake3 crate 2020-02-12 10:23:17 -05:00
test_vectors.json add a larger test case 2020-01-22 21:19:47 -05:00