SHA256 vs Blake3 for file hashing #77
-
Currently I use sha256 hash in my product for file content hashing, recently moved to noble-sha256 from alternative JS library and got around 100% improvement in speed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
On its own, blake3 is slower than sha2. It can achieve these performance numbers via clever tricks, which are not always available. |
Beta Was this translation helpful? Give feedback.
-
Online implementations of BLAKE3 which I found satisfactory: |
Beta Was this translation helpful? Give feedback.
On its own, blake3 is slower than sha2. It can achieve these performance numbers via clever tricks, which are not always available.