Skip to main content

derive_party_share

Function derive_party_share 

Source
pub fn derive_party_share(
    parent_share: &Scalar,
    party_idx: u32,
    path: &DerivationPath,
) -> Scalar
Expand description

Each party in a threshold quorum derives their child share independently. Since derivation is deterministic, all parties at the same path index derive consistently.