Function ecdsa_combine_and_verify_with_derived_key

Source
pub fn ecdsa_combine_and_verify_with_derived_key(
    variant: EcdsaVariant,
    pre_signature: Uint8Array,
    signature_shares: Vec<Uint8Array>,
    message_hash: Uint8Array,
    id: Uint8Array,
    public_keys: Vec<Uint8Array>,
) -> JsResult<EcdsaSignature>
Expand description

Perform all three functions at once