6 rustPlatform.buildRustPackage rec {
12 pname = "${pname}_bin";
13 hash = "sha256-+MjfqIg/aKPWhzxbPJ0dnS4egCj50Ib7ob3zXUSBXRg=";
16 cargoHash = "sha256-SNsRN5XgchZq6/BZnMeahIqnkP4Jq6bZxbE5cDVpsQA=";
19 description = "Implementation of BLAKE3 verified streaming";
20 homepage = "https://github.com/oconnor663/bao";
21 maintainers = with lib.maintainers; [ amarshall ];
22 license = with lib.licenses; [ cc0 asl20 ];