7 rustPlatform.buildRustPackage rec {
13 pname = "${pname}_bin";
14 sha256 = "SkplBzor7Fv2+6K8wcTtZwjR66RfLPA/YNNUUHniWpM=";
17 cargoSha256 = "yr4HvtOWnU2dFTBgSsbVcuDELe1o1SEtZ7rN/ctKAdI=";
20 description = "An implementation of BLAKE3 verified streaming";
21 homepage = "https://github.com/oconnor663/bao";
22 maintainers = with lib.maintainers; [ amarshall ];
23 license = with lib.licenses; [ cc0 asl20 ];