Crate commit_verify[][src]

Expand description

Library providing primitives for cryptographic commit-verify schemes used in client-side-validation

Library covers LNPBP-9 and LNPBP-81 standards.

Re-exports

pub use merkle::merklize;
pub use merkle::ConsensusMerkleCommit;
pub use merkle::MerkleSource;
pub use merkle::ToMerkleSource;

Modules

Base commit-verify scheme interface with extension allowing to create embedded commitments (commit-embed-verify).

Encoding and data preparation for commitment procedures in client-side-validation as defined by LNPBP-9 standard.

Merklization procedures for client-side-validation according to LNPBP-81 standard.

Multi-message commitments: implementation of LNPBP-4 standard.

Bitcoin tagged hash helper types.

Macros

Convenience macro for commit-encoding list of the data