Expand description
§Error: Error Types for Zero-Knowledge Proofs.
This module defines the Error enum, which enumerates the possible failure modes
encountered during the execution of interactive or non-interactive Sigma protocols.
These errors include:
- Failed proof verification,
- Mismatched parameter lengths (e.g., during batch verification),
- Access to unassigned group variables in constraint systems.
Structs§
- Invalid
Instance - Represents an invalid instance error.
Enums§
- Error
- Represents an error encountered during the execution of a Sigma protocol.
Functions§
- Ok
- Construct an
Okvalue of typeResult<T, sigma_proofs::errors::Error>.