We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d637e commit 2732891Copy full SHA for 2732891
src/lib.rs
@@ -53,7 +53,7 @@
53
//! # }
54
//! ```
55
//!
56
-//! The above code requires `rust-secp256k1` to be compiled with the `rand` and `bitcoin_hashes`
+//! The above code requires `rust-secp256k1` to be compiled with the `rand-std` and `bitcoin_hashes`
57
//! feature enabled, to get access to [`generate_keypair`](struct.Secp256k1.html#method.generate_keypair)
58
//! Alternately, keys and messages can be parsed from slices, like
59
0 commit comments