Module encoding

Source
Expand description

Transcript encoding commitments and proofs.

Structs§

EncoderSecret
Secret used by an encoder to generate encodings.
EncodingCommitment
Transcript encoding commitment.
EncodingProof
An encoding commitment proof.
EncodingProofError
Error for EncodingProof.
EncodingProviderError
Error for EncodingProvider.
EncodingTree
A merkle tree of transcript encodings.

Enums§

EncodingTreeError
Encoding tree builder error.

Traits§

Encoder
A transcript encoder.
EncodingProvider
A provider of plaintext encodings.

Functions§

new_encoder
Creates a new encoder.