Expand description

This module focuses on the discrete logarithm problem and related cryptographic operations. It is particularly relevant for the discrete log implementation of the Chaum-Pedersen protocol.

Structs

  • A struct representing the Chaum-Pedersen protocol specialized for discrete logarithm-based groups. This protocol is used for demonstrating knowledge of a secret in a zero-knowledge manner.