Module commit_verify::mpc
source · Expand description
Multi-protocol commitments according to LNPBP-4 standard.
Structs
- Final LNPBP-4 commitment value.
- commitment under protocol id {_0} is absent from the known part of a given LNPBP-4 Merkle block.
- Partially-concealed merkle tree data.
- A proof of the merkle commitment.
- Complete information about LNPBP-4 merkle tree.
- Original message participating in multi-message commitment.
- Structured source multi-message data for commitment creation
- Source data for creation of multi-message commitments according to LNPBP-4 procedure.
- attempt to merge unrelated LNPBP-4 proof.
Enums
- Errors generated during multi-message commitment process by
MerkleTree::try_commit
Constants
Traits
- Marker trait for variates of LNPBP-4 commitment proofs, which differ by the amount of concealed information.
Type Definitions
- Map from protocol ids to commitment messages.