fyi, https://github.com/BLAKE3-team/BLAKE3

Reply to this note

Please Login to reply.

Discussion

igaf about blake3 it's not that much better and not better in the regular implementation than sha256 in the SIMD implementation

blake3's main selling point is performance, its collision resistance and preimage resistance are considered to be about equal

when your codebase is already using SHA256 every further hash you want to add is interface complexity and execution complexity

without a compelling reason to do it, better to upgrade to SIMD than ADD blake3