Expand description
Threshold BIP-32 HD key derivation.
BIP-32 hierarchical deterministic key derivation in the threshold setting. Each party derives child key shares without reconstructing the parent key.
Structs§
- Derivation
Path - A BIP-32 derivation path.
- Path
Index - A derivation path component (index + hardened flag).
Functions§
- derive_
child_ scalar - derive_
party_ share - Each party in a threshold quorum derives their child share independently. Since derivation is deterministic, all parties at the same path index derive consistently.
- derive_
path - Derive a scalar from a parent following a full path.