Module zk_pass::chaum_pedersen::curve25519
source · Expand description
This module provides functionality related to the Curve25519 elliptic curve, often used in cryptographic operations, particularly in the elliptic curve implementation of the Chaum-Pedersen protocol.
Structs
- A struct representing the Chaum-Pedersen protocol specialized for elliptic curve groups. This protocol is used for demonstrating knowledge of a secret in a zero-knowledge manner. The elliptic curve used in this implementation is based on Ristretto points.