Module sigma_fun::secp256k1

source ·
Available on crate feature secp256k1 only.
Expand description

Proofs of knowledge of discrete logarithm for the secp256k1 curve using secp256kfun.

Re-exports§

Structs§

  • Proves knowledge of x such that A = x * B for some A and B included in the statement.
  • Proves knowledge of x such that A = x * G for some A included in the statement. G is the standard basepoint for secp256k1 and is ommited from the statement.