Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blake hashing support #11999

Open
Ericson2314 opened this issue Dec 2, 2024 · 1 comment
Open

Blake hashing support #11999

Ericson2314 opened this issue Dec 2, 2024 · 1 comment
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

Comments

@Ericson2314
Copy link
Member

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

@github-project-automation github-project-automation bot moved this to To triage in Nix team Dec 2, 2024
@roberth roberth added store Issues and pull requests concerning the Nix store idea approved The given proposal has been discussed and approved by the Nix team. An implementation is welcome. labels Dec 2, 2024
@nixos-discourse
Copy link

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/2024-12-04-nix-team-meeting-minutes-200/57005/1

@edolstra edolstra removed this from Nix team Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants