# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewProof generates a Schnorr proof of knowledge of exponent for public, using the Fiat-Shamir transform.
NewRandomness creates a new a ∈ ℤₚ and the corresponding commitment C = a•G.
# Structs
Commitment = randomness•G, where.
No description provided by the author
Randomness = a ← ℤₚ.
Response = randomness + H(..., commitment, public)•secret (mod p).