Go to file
str4d 8683b1f41e
Merge pull request #2 from zcash/release-0.1.0
Release 0.1.0
2023-12-07 17:03:41 +00:00
.github Add CI 2023-12-07 10:45:51 +00:00
src Make crate no-std 2023-12-07 16:00:59 +00:00
.gitignore Initial empty crate 2023-12-07 10:45:29 +00:00
CHANGELOG.md v0.1.0 2023-12-07 16:02:38 +00:00
Cargo.lock v0.1.0 2023-12-07 16:02:38 +00:00
Cargo.toml v0.1.0 2023-12-07 16:02:38 +00:00
LICENSE-APACHE Initial empty crate 2023-12-07 10:45:29 +00:00
LICENSE-MIT Initial empty crate 2023-12-07 10:45:29 +00:00
README.md Initial empty crate 2023-12-07 10:45:29 +00:00
rust-toolchain.toml Add CI 2023-12-07 10:45:51 +00:00

README.md

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.