Crate zcash_primitives

source ·
Expand description

General Zcash primitives.

zcash_primitives is a library that provides the core structs and functions necessary for working with Zcash.

Modules

  • Structs and methods for handling Zcash block headers.
  • Consensus logic and parameters.
  • Various constants used by the Zcash primitives.
  • Support for legacy transparent addresses and scripts.
  • Structs for handling encrypted memos.
  • Implementation of a Merkle tree of commitments used to prove the existence of notes.
  • Structs and constants specific to the Sapling shielded pool.
  • Structs and methods for handling Zcash transactions.
  • Implementation of ZIP 32 for hierarchical deterministic key management.
  • ZIP 339 for seed phrase support.