Skip to content

Commit 18f74d5

Browse files
committed
Clarify what does "less security" mean
1 parent 94c55b4 commit 18f74d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
//! * `lowmemory` - optimize the library for low-memory environments.
123123
//! * `global-context` - enable use of global secp256k1 context. (Implies `std`, `rand-std` and
124124
//! `global-context-less-secure`.)
125-
//! * `global-context-less-secure` - enables global context and opts-in to lower security.
125+
//! * `global-context-less-secure` - enables global context without extra sidechannel protection.
126126
//! * `serde` - implements serialization and deserialization for types in this crate using `serde`.
127127
//! * `bitcoin_hashes` - enables interaction with the `bitcoin-hashes` crate (e.g. conversions).
128128

0 commit comments

Comments
 (0)