[][src]Crate secp256k1_zkp_dev

The functions in this module are copied from secp256k1 because they can only be used when compiled with the rand feature. But the other libraries need them as a dev-dependency for cargo test also when rand is not enabled. Currently with cargo we can't have a rand dev-dependency and a non-rand dependency at the same time (see https://github.com/rust-lang/cargo/issues/1796).

Re-exports

pub extern crate rand;
pub extern crate secp256k1;

Traits

GenerateKeypair