FROST secp256k1-TR (Taproot) TypeScript Library - v0.2.2-alpha.3
    Preparing search index...

    Namespace keys

    FROST(secp256k1, SHA-256) with Taproot keys, key generation, key shares.

    This module provides types and functions for FROST key generation and management, including trusted dealer key generation, DKG, key refresh, and repairable threshold schemes.

    It also includes the EvenY and Tweak traits for BIP-340/341 compatibility.

    Namespaces

    keys/dkg
    keys/refresh
    keys/repairable

    Type Aliases

    SigningKey
    IdentifierList
    SecretShare
    SigningShare
    VerifyingShare
    KeyPackage
    PublicKeyPackage
    VerifiableSecretSharingCommitment

    Functions

    generateWithDealer
    split
    reconstruct
    publicKeyPackageHasEvenY
    publicKeyPackageIntoEvenY
    publicKeyPackageTweak
    keyPackageHasEvenY
    keyPackageIntoEvenY
    keyPackageTweak

    References

    EvenY → EvenY
    Tweak → Tweak