@blockchaincommons/components - v1.0.0-beta.4
    Preparing search index...

    Interface KeypairOptions

    What generateKeypair accepts; every field has a default.

    interface KeypairOptions {
        signing?: SignatureScheme;
        encapsulation?: EncapsulationScheme;
        rng?: RandomNumberGenerator;
    }
    Index
    signing?: SignatureScheme

    Signature scheme (Schnorr by default).

    encapsulation?: EncapsulationScheme

    Encapsulation scheme (X25519 by default).

    rng?: RandomNumberGenerator

    Randomness source; ML-DSA and ML-KEM keys refuse a caller-supplied one.