Keygen's success response

interface KeygenOutput {
    groupRecoverInfo: Uint8Array;
    privateRecoverInfo: Uint8Array;
    pubKey: Uint8Array;
}

Properties

groupRecoverInfo: Uint8Array

recover info of all parties' shares; common for all parties

privateRecoverInfo: Uint8Array

private recover info of this party's shares; unique for each party

pubKey: Uint8Array

pub_key; common for all parties

Generated using TypeDoc