Expand description

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

Re-exports

pub use secp256kfun as fun;

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.