Module zk_pass::chaum_pedersen::pallas
source · Expand description
This module provides functionality related to the Pallas elliptic curve, often used in cryptographic operations, particularly in the elliptic curve implementation of the Chaum-Pedersen protocol.
Pallas Curve Chaum-Pedersen Protocol Module
This module implements the Chaum-Pedersen protocol for the Pallas elliptic curve. The protocol includes methods for generating commitments, creating challenges, responding to challenges, and verifying the correctness of the response.
Structs
- The PallasCurveChaumPedersen struct defines the specific types used in the Chaum-Pedersen protocol for the Pallas curve.