Function reconstruct

Source
pub fn reconstruct(
    signing_share: &SigningShare,
    sub_share_b: &SubShare,
    identity_provider: &impl IdentityProvider,
) -> Result<SecretShare, Error>
Expand description

Returns “secret share” associated with “signing share”, “sub-share” and identity provider.

Ref: https://wamu.tech/specification#share-reconstruction.