Blake hashing support #11999
Labels
idea approved
The given proposal has been discussed and approved by the Nix team. An implementation is welcome.
store
Issues and pull requests concerning the Nix store
The Blake family of hash algorithms has a number of advantages for random access because data is ingested in a tree rather than linear stream. Tvix is using it for this purpose.
In order to support such experiments and potential compatibility with Tvix's experiments in the future, I think we should the same Blake hashing algorithm that they do.
CC @edef1c
The text was updated successfully, but these errors were encountered: