Module codec

Source
Expand description

Encoding and decoding utilities for Fiat-Shamir and group operations.

Re-exports§

pub use crate::duplex_sponge::keccak::KeccakDuplexSponge;

Structs§

ByteSchnorrCodec
A byte-level Schnorr codec that works with any duplex sponge.

Traits§

Codec
A trait defining the behavior of a domain-separated codec hashing, which is typically used for crate::traits::SigmaProtocols.

Type Aliases§

KeccakByteSchnorrCodec
Type alias for a Keccak-based ByteSchnorrCodec. This is the codec used for matching test vectors from Sage.
ShakeCodec
Type alias for a SHAKE-based ByteSchnorrCodec.