File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 22
22
//! To minimize dependencies, some functions are feature-gated. To generate
23
23
//! random keys or to re-randomize a context object, compile with the "rand"
24
24
//! feature. To de/serialize objects with serde, compile with "serde".
25
+ //! **Important**: `serde` encoding is **not** the same as consensus encoding!
25
26
//!
26
27
//! Where possible, the bindings use the Rust type system to ensure that
27
28
//! API usage errors are impossible. For example, the library uses context
124
125
//! `global-context-less-secure`.)
125
126
//! * `global-context-less-secure` - enables global context without extra sidechannel protection.
126
127
//! * `serde` - implements serialization and deserialization for types in this crate using `serde`.
128
+ //! **Important**: `serde` encoding is **not** the same as consensus encoding!
127
129
//! * `bitcoin_hashes` - enables interaction with the `bitcoin-hashes` crate (e.g. conversions).
128
130
129
131
// Coding conventions
You can’t perform that action at this time.
0 commit comments