1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 02:09:36 +01:00
nix/src/libutil-tests/data/git
John Ericson d21e3f88ec Implement support for Git hashing with SHA-256
SHA-256 is Git's next hash algorithm. The world is still basically stuck
on SHA-1 with git, but shouldn't be. We can at least do our part to get
ready.

On the C++ implementation side, only a little bit of generalization was
needed, and that was fairly straight-forward. The tests (unit and
system) were actually bigger, and care was taken to make sure they were
all cover both algorithms equally.
2025-07-25 10:19:08 -04:00
..
check-data.sh Implement support for Git hashing with SHA-256 2025-07-25 10:19:08 -04:00
hello-world-blob.bin Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
hello-world.bin Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
tree-sha1.bin Implement support for Git hashing with SHA-256 2025-07-25 10:19:08 -04:00
tree-sha1.txt Implement support for Git hashing with SHA-256 2025-07-25 10:19:08 -04:00
tree-sha256.bin Implement support for Git hashing with SHA-256 2025-07-25 10:19:08 -04:00
tree-sha256.txt Implement support for Git hashing with SHA-256 2025-07-25 10:19:08 -04:00