BLAKE3-team / BLAKE3

the official Rust and C implementations of the BLAKE3 cryptographic hash function
Apache License 2.0
5.06k stars 346 forks source link

factor out the `blake3` crate changes from the guts_api branch #374

Open oconnor663 opened 8 months ago

oconnor663 commented 8 months ago

This commit and the branch that it starts are unlikely to land as-is, but I want to maintain them while I flesh out the new blake3_guts sub-crate. In its current state, this change essentially deletes all current SIMD implementations, and we can't land it until it's at performance parity.