[][src]Module sigma_fun::secp256k1

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

Re-exports

pub use secp256kfun as fun;

Structs

DL

Proves knowledge of x such that A = x * B for some A and B included in the statement.

DLG

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.