secp256k1-zkp-dev 0.1.0

dev-dependencies for secp256k1-zkp-sys and secp256k1-zkp.
Documentation

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).