Go to file
Marek a5c746b8bb Derive Clone and add allow access to inner params 2025-06-04 12:14:36 +02:00
.github Implement `no_std` support via a default-enabled `std` feature flag. 2024-12-19 07:19:46 -07:00
benches
src Derive Clone and add allow access to inner params 2025-06-04 12:14:36 +02:00
.gitignore
CHANGELOG.md Release sapling-crypto version 0.5.0 2025-02-20 18:13:30 -07:00
COPYRIGHT
Cargo.lock Release sapling-crypto version 0.5.0 2025-02-20 18:13:30 -07:00
Cargo.toml Release sapling-crypto version 0.5.0 2025-02-20 18:13:30 -07:00
LICENSE-APACHE
LICENSE-MIT
README.md Implement `no_std` support via a default-enabled `std` feature flag. 2024-12-19 07:19:46 -07:00
rust-toolchain.toml Bump MSRV to 1.70 2025-01-28 17:45:22 -07:00

README.md

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.