7 rustPlatform.buildRustPackage rec {
12 inherit version pname;
13 hash = "sha256-PgtQc8rwIbiHAue323POh15png7DerZbCuAKLi+jEYE=";
16 cargoHash = "sha256-OnD/QVOP3oUFeGW0YeFWW8hQ6SBapxxdAXATIBM+g2Y=";
19 description = "BLAKE3 cryptographic hash function";
20 mainProgram = "b3sum";
21 homepage = "https://github.com/BLAKE3-team/BLAKE3/";
22 maintainers = with lib.maintainers; [
26 license = with lib.licenses; [
30 changelog = "https://github.com/BLAKE3-team/BLAKE3/releases/tag/${version}";