8 releases (4 breaking)

new 0.4.0 Dec 17, 2024
0.3.0 Oct 2, 2024
0.2.0 Aug 12, 2024
0.1.3 Mar 25, 2024
0.0.1 Dec 6, 2017

#8 in #sapling

Download history 2861/week @ 2024-08-26 1791/week @ 2024-09-02 1725/week @ 2024-09-09 1389/week @ 2024-09-16 2390/week @ 2024-09-23 2950/week @ 2024-09-30 2805/week @ 2024-10-07 2297/week @ 2024-10-14 2100/week @ 2024-10-21 2337/week @ 2024-10-28 2164/week @ 2024-11-04 3353/week @ 2024-11-11 2687/week @ 2024-11-18 2140/week @ 2024-11-25 2881/week @ 2024-12-02 1972/week @ 2024-12-09

9,732 downloads per month
Used in 18 crates (9 directly)

MIT/Apache

715KB
13K SLoC

sapling-crypto

This repository contains a (work-in-progress) implementation of Zcash's "Sapling" cryptography.

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.


lib.rs:

sapling

Nomenclature

All types in the sapling-crypto crate, unless otherwise specified, are Sapling-specific types. For example, PaymentAddress is documented as being a shielded payment address; we implicitly mean it is an Sapling payment address (as opposed to e.g. an Orchard payment address, which is also shielded).

Feature flags

Dependencies

~7MB
~143K SLoC