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§

pub use crate::txbuilder::hsmauth;
pub use crate::txbuilder::Builder;
pub use crate::txprover::LocalTxProver;

Modules§

data
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
errors
Module containing error types and handling for the library.
txbuilder
Module providing the transaction building logic. Structs for building transactions.
txprover
Module providing transaction proving capabilities. Abstractions over the proving system and parameters for ease of use.