1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 07:33:16 +02:00
nix/src/libexpr-tests
silvanshade 1f56ea4c72
Add BLAKE3 hashing algorithm
This uses the single-threaded C-based routines from libblake3.

This is not optimal performance-wise but should be a good starting point
for nix compatibility with BLAKE3 hashing until a more performant
implementation based on the multi-threaded BLAKE3 routines
(written in Rust) can be developed.
2025-02-05 17:49:15 -07:00
..
data Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
value Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
.version Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
derived-path.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
error_traces.cc Add BLAKE3 hashing algorithm 2025-02-05 17:49:15 -07:00
eval.cc Add EvalState::getBuiltins 2024-11-19 18:23:05 +01:00
json.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
main.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
meson.build packaging: use optimization level 3 and LTO by default 2025-01-01 21:59:37 -08:00
nix-meson-build-support rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
nix_api_expr.cc libexpr-c: Add nix_eval_state_builder 2024-11-24 23:57:24 +01:00
nix_api_external.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
nix_api_value.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
package.nix Format .nix files 2025-01-24 17:04:02 +01:00
primops.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
search-path.cc Move unit tests to the location Meson expects them to be 2024-10-17 15:42:16 -04:00
trivial.cc parser-state: fix attribute merging 2024-11-27 21:41:47 +01:00