Expand description
Transcript encoding commitments and proofs.
Structs§
- Encoder
Secret  - Secret used by an encoder to generate encodings.
 - Encoding
Commitment  - Transcript encoding commitment.
 - Encoding
Proof  - An encoding commitment proof.
 - Encoding
Proof Error  - Error for 
EncodingProof. - Encoding
Provider Error  - Error for 
EncodingProvider. - Encoding
Tree  - A merkle tree of transcript encodings.
 
Enums§
- Encoding
Tree Error  - Encoding tree builder error.
 
Traits§
- Encoder
 - A transcript encoder.
 - Encoding
Provider  - A provider of plaintext encodings.
 
Functions§
- new_
encoder  - Creates a new encoder.