1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-26 20:06:09 +02:00
BLAKE3/reference_impl
Jack O'Connor 56ced5b422 switch the reference impl to use the single permutation 2020-01-09 09:21:07 -05:00
..
Cargo.toml add the reference implementation 2019-12-02 17:03:07 -05:00
README.md add the reference implementation 2019-12-02 17:03:07 -05:00
reference_impl.rs switch the reference impl to use the single permutation 2020-01-09 09:21:07 -05:00

This implementation is a single file with no dependencies. It's designed to be short and simple, and it is not optimized for performance.