Struct schnorrkel::derive::ChainCode
source · [−]Expand description
We cannot assume the original public key is secret and additional
inputs might have low entropy, like i
in BIP32. As in BIP32,
chain codes fill this gap by being a high entropy secret shared
between public and private key holders. These are produced by
key derivations and can be incorporated into subsequence key
derivations.
See https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#extended-keys
Tuple Fields
0: [u8; 32]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChainCode
impl UnwindSafe for ChainCode
Blanket Implementations
Mutably borrows from an owned value. Read more