#specification #low-level #zcash #type #protocols #defined

zcash_spec

Low-level types for implementing Zcash specifications

2 unstable releases

0.1.0 Dec 7, 2023
0.0.0 Dec 7, 2023

#32 in #zcash

Download history 293/week @ 2023-12-21 290/week @ 2023-12-28 1106/week @ 2024-01-04 1024/week @ 2024-01-11 894/week @ 2024-01-18 2474/week @ 2024-01-25 1940/week @ 2024-02-01 1932/week @ 2024-02-08 1752/week @ 2024-02-15 2079/week @ 2024-02-22 3962/week @ 2024-02-29 3441/week @ 2024-03-07 1305/week @ 2024-03-14 1226/week @ 2024-03-21 765/week @ 2024-03-28 1229/week @ 2024-04-04

4,678 downloads per month
Used in 7 crates (3 directly)

MIT/Apache

9KB
85 lines

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.

Dependencies

~245KB