Skip to content

zcash/sapling-crypto

Repository files navigation

sapling-crypto

This repository contains an implementation of Zcash's "Sapling" cryptography.

no_std compatibility

Downstream users of this crate must enable the spin_no_std feature of the lazy_static crate in order to take advantage of no_std builds; this is due to the fact that --no-default-features builds of lazy_static still rely on std.

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.

About

Zcash "Sapling" cryptography

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages