Blaze-3 / BLAKE3-gpu

Extracting BLAKE3's parallelism using a GPU.
MIT License
16 stars 1 forks source link

Final Specifications #2

Open kangert opened 2 years ago

kangert commented 2 years ago

This project is older than the official BLAKE3 release. Does this implementation comply with the final BLAKE3 specifications?

oconnor663 commented 2 years ago

BLAKE3 was announced on January 9, 2020, more than a year before the first commit in this project. You might be thinking of the 1.0 release of the Rust crate, but that only represented an API stabilization, not any change to the hash function itself. The hash function and its test vectors have been stable since the original announcement.