Crate ledger_zcash_builder

source ·
Expand description

This library provides tools for building and proving Zcash transactions for hardware security modules (HSMs). It includes functionality for handling various cryptographic operations and transaction components specific to the Zcash protocol.

Re-exports§

Modules§

  • Module containing data structures and utilities for transaction building. This module contains many of the data structures used in the crate and in conjunction with the HSM builder
  • Module containing error types and handling for the library.
  • Module providing the transaction building logic. Structs for building transactions.
  • Module providing transaction proving capabilities. Abstractions over the proving system and parameters for ease of use.