-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
SHA256 is rather slow at checksumming large files (tangentially related to #619), would be nice to have something that is both fast and future-proof.
Use case would be to nix-hash
large (> 4GB) files to check if already present in Nix store. This takes a while with SHA256, and would probably take at least 2x less time with BLAKE2b.
veprbl, worldofpeace, coretemp, aaronjanse, tnias and 4 more