taproot-assets-zk-core 0.0.2

Core traits, types, and logic for Taproot Assets zero-knowledge proofs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Verification helpers that mirror `taproot-assets-core::verify`.

/// Receipt composition helpers for join proofs.
pub mod join;
/// Proof verification helpers with RISC0 hashing.
pub mod proof;
/// Proof-file checksum/continuity claim helpers.
pub mod proof_chain;
/// Anchor transaction verification helpers with RISC0 hashing.
pub mod tx;
/// ZK proof-file format and digest helpers.
pub mod zk_proof_file;