librustzcash/zcash_primitives/README.md

29 lines
965 B
Markdown
Raw Normal View History

# zcash_primitives
This library contains Rust implementations of the Zcash primitives.
## License
Licensed under either of
2019-09-24 02:53:52 -07:00
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
Downstream code forks should note that 'zcash_primitives' depends on the
'orchard' crate, which is licensed under the
[Bootstrap Open Source License](https://github.com/zcash/orchard/blob/main/LICENSE-BOSL).
An [exception](https://github.com/zcash/orchard/blob/main/COPYING) is
provided that makes this a "permissive" license when used in Zcash or some
of its chain forks.
### 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.