4 releases
new 0.1.2 | Oct 22, 2024 |
---|---|
0.1.1 | Sep 20, 2024 |
0.1.0 | Dec 7, 2023 |
0.0.0 | Dec 7, 2023 |
#4 in Magic Beans
13,737 downloads per month
Used in 21 crates
(4 directly)
9KB
86 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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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