Expand description
Schnorr proof of knowledge of discrete logarithm.
Proves knowledge of x such that X = x * G for a public point X.
Structsยง
- Schnorr
Proof - Schnorr proof implementation.
- Schnorr
Statement - Public statement for Schnorr proof: the public key.
- Schnorr
Witness - Private witness for Schnorr proof: the secret key.