Expand description
Discrete Logarithm Equality (DLEQ) proof.
Proves that two points share the same discrete logarithm with respect to different bases. Specifically, proves knowledge of α such that X = α * G and Y = α * H.
Structs§
- DLEQ
Proof - DLEQ proof implementation.
- DLEQ
Statement - Public statement for DLEQ proof.
- DLEQ
Witness - Private witness for DLEQ proof: the common discrete logarithm.