# Functions
No description provided by the author
DecodeCertCommitment validates and casts the commitment into a Keccak256Commitment.
DecodeEigenDASvcCommitment validates and casts the commitment into a Keccak256Commitment.
DecodeGenericCommitment validates and casts the commitment into a GenericCommitment.
DecodeKeccak256 validates and casts the commitment into a Keccak256Commitment.
DecodeOPCommitment parses the commitment into a known commitment type.
No description provided by the author
NewEigenDASvcCommitment creates a new commitment from the given input.
NewGenericCommitment creates a new commitment from the given input.
NewKeccak256Commitment creates a new commitment from the given input.
NewOPCommitment creates a new commitment from the given input and desired type.
NewV0CertCommitment creates a new commitment from the given input.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
CommitmentType describes the binary format of the commitment.
CommitmentType describes the binary format of the commitment.
CommitmentType describes the binary format of the commitment.
CommitmentType describes the binary format of the commitment.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrCommitmentMismatch is returned when the commitment does not match the given input.
ErrInvalidCommitment is returned when the commitment cannot be parsed into a known commitment type.
# Structs
No description provided by the author
# Interfaces
OPCommitment is the binary representation of a commitment.
OPCommitment is the binary representation of a commitment.
OPCommitment is the binary representation of a commitment.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GenericCommitment is an implementation of OPCommitment that treats the commitment as an opaque bytestring.
Keccak256Commitment is an implementation of OPCommitment that uses Keccak256 as the commitment function.
OPCommitmentType is the commitment type prefix.