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

    Type Alias SecretShare

    SecretShare: SecretShare<E>

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

    Security

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