Expand description

This module provides functionality related to the Vesta elliptic curve, often used in cryptographic operations, particularly in the elliptic curve implementation of the Chaum-Pedersen protocol.

Vesta Curve Chaum-Pedersen Protocol Module

This module implements the Chaum-Pedersen protocol for the Vesta elliptic curve. The protocol includes methods for generating commitments, creating challenges, responding to challenges, and verifying the correctness of the response.

Structs

  • The VestaCurveChaumPedersen struct defines the specific types used in the Chaum-Pedersen protocol for the Vesta curve.