We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c55b4 commit 18f74d5Copy full SHA for 18f74d5
src/lib.rs
@@ -122,7 +122,7 @@
122
//! * `lowmemory` - optimize the library for low-memory environments.
123
//! * `global-context` - enable use of global secp256k1 context. (Implies `std`, `rand-std` and
124
//! `global-context-less-secure`.)
125
-//! * `global-context-less-secure` - enables global context and opts-in to lower security.
+//! * `global-context-less-secure` - enables global context without extra sidechannel protection.
126
//! * `serde` - implements serialization and deserialization for types in this crate using `serde`.
127
//! * `bitcoin_hashes` - enables interaction with the `bitcoin-hashes` crate (e.g. conversions).
128
0 commit comments