Module schnorr

Module schnorr 

Source
Expand description

Schnorr proof of knowledge of discrete logarithm.

Proves knowledge of x such that X = x * G for a public point X.

Structsยง

SchnorrProof
Schnorr proof implementation.
SchnorrStatement
Public statement for Schnorr proof: the public key.
SchnorrWitness
Private witness for Schnorr proof: the secret key.