Crate sapling_crypto

source ·
Expand description

§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

  • multicore (enabled by default) — Enables multithreading support for creating proofs.
  • test-dependencies — Exposes APIs that are useful for testing, such as proptest strategies.

Re-exports§

Modules§

Structs§

Constants§

Functions§

  • Compute a parent node in the Sapling commitment tree given its two children.

Type Aliases§