zcash_spec

Crates.iozcash_spec
lib.rszcash_spec
version0.1.2
sourcesrc
created_at2023-12-07 10:39:43.463944
updated_at2024-10-22 20:07:17.918611
descriptionLow-level types for implementing Zcash specifications
homepagehttps://github.com/zcash/zcash_spec
repositoryhttps://github.com/zcash/zcash_spec
max_upload_size
id1060883
size22,214
Jack Grigg (str4d)

documentation

README

zcash_spec

This crate provides low-level types for implementing Zcash specifications. When a common function defined in the Zcash Protocol Specification is used in multiple protocols (for example the Sapling and Orchard shielded protocols), a corresponding common type in this crate can be shared between implementations (for example by the sapling-crypto and orchard crates).

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 16

cargo fmt