Clarify what does "less security" mean

This commit is contained in:
Martin Habovstiak 2022-01-04 23:20:45 +01:00
parent 94c55b4d09
commit 18f74d5242
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
//! * `lowmemory` - optimize the library for low-memory environments. //! * `lowmemory` - optimize the library for low-memory environments.
//! * `global-context` - enable use of global secp256k1 context. (Implies `std`, `rand-std` and //! * `global-context` - enable use of global secp256k1 context. (Implies `std`, `rand-std` and
//! `global-context-less-secure`.) //! `global-context-less-secure`.)
//! * `global-context-less-secure` - enables global context and opts-in to lower security. //! * `global-context-less-secure` - enables global context without extra sidechannel protection.
//! * `serde` - implements serialization and deserialization for types in this crate using `serde`. //! * `serde` - implements serialization and deserialization for types in this crate using `serde`.
//! * `bitcoin_hashes` - enables interaction with the `bitcoin-hashes` crate (e.g. conversions). //! * `bitcoin_hashes` - enables interaction with the `bitcoin-hashes` crate (e.g. conversions).