Module private_input

Source
Expand description

Private input types for the prover’s secrets

Structs§

DhTupleProverInput
Diffie-Hellman tuple and secret Used in a proof that of equality of discrete logarithms (i.e., a proof of a Diffie-Hellman tuple): given group elements g, h, u, v, the proof convinces a verifier that the prover knows w such that u = g^w and v = h^w, without revealing w
DlogProverInput
Secret key of discrete logarithm signature protocol

Enums§

PrivateInput
Private inputs (secrets)