Skip to content
Commit 9e717d42 authored by Andrew Poelstra's avatar Andrew Poelstra
Browse files

Add `Secp256k1::with_rng`, parameterize `Secp256k1` over its RNG.

Now that you can't create secret keys by directly passing a Rng to
`SecretKey::new`, we need a way to allow user-chosed randomness.
We add it to the `Secp256k1`.
parent e52faee9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment