mirror of
https://github.com/NixOS/nix.git
synced 2025-12-10 19:11:03 +01:00
Implement multi-threaded BLAKE3 hashing
This commit is contained in:
parent
b1783ff615
commit
7db388f597
2 changed files with 23 additions and 2 deletions
|
|
@ -50,7 +50,8 @@ endif
|
|||
|
||||
blake3 = dependency(
|
||||
'libblake3',
|
||||
version: '>= 1.5.5',
|
||||
version: '>= 1.8.2',
|
||||
method : 'pkg-config',
|
||||
)
|
||||
deps_private += blake3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue