Expand description

Sigma boolean types

Modules

  • AND conjunction for sigma proposition
  • OR conjunction for sigma proposition
  • THRESHOLD conjunction for sigma proposition

Structs

  • Failed to extract specified underlying type from SigmaBoolean
  • Construct a new SigmaProp value representing public key of Diffie Hellman signature protocol. 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
  • Construct a new SigmaBoolean value representing public key of discrete logarithm signature protocol.
  • Proposition which can be proven and verified by sigma protocol.

Enums

Type Aliases