FROST secp256k1 TypeScript Library - v0.2.2-alpha.3
    Preparing search index...

    Type Alias SecretShare

    SecretShare: SecretShare<S>

    Secret and public key material generated by a dealer performing generateWithDealer.

    Security

    To derive a FROST(secp256k1, SHA-256) keypair, the receiver of the SecretShare must call toKeyPackage(), which under the hood also performs validation.