5 releases

0.1.3 Mar 25, 2024
0.1.2 Mar 8, 2024
0.1.1 Feb 15, 2024
0.1.0 Jan 26, 2024
0.0.1 Dec 6, 2017

#796 in Magic Beans

Download history 261/week @ 2024-01-20 1165/week @ 2024-01-27 2175/week @ 2024-02-03 1940/week @ 2024-02-10 1175/week @ 2024-02-17 2682/week @ 2024-02-24 3997/week @ 2024-03-02 2055/week @ 2024-03-09 477/week @ 2024-03-16 854/week @ 2024-03-23 1029/week @ 2024-03-30 1104/week @ 2024-04-06

3,613 downloads per month
Used in 5 crates

MIT/Apache

660KB
12K 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
~145K SLoC