Expand description
Commitment scheme API with default implementation.
Structs§
- Chained
Commitment - A chain of commitments in which the hash of the n’th commitment is identical to the expected data in the (n+1)’th commitment.
Enums§
- Commitment
Error - An error relating to Commitment verification.
Traits§
- Commitment
- A cryptographic commitment with expected data content.
- Commitment
Chain - A chain of commitments in which the target in the n’th commitment is identical to the expected data in the (n+1)’th commitment
- DIDCommitment
- Timestamp
Commitment - A Commitment whose expected data is a Unix time.
- Trivial
Commitment - A cryptographic commitment with no expected data content.
Type Aliases§
- Commitment
Result - Type for commitment result.