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

    Interface CreateKeypairOptions

    What createKeypair accepts.

    interface CreateKeypairOptions {
        rng?: RandomNumberGenerator;
        comment?: string;
    }
    Index
    rng?: RandomNumberGenerator

    Randomness source; the ML-DSA schemes refuse a caller-supplied one.

    comment?: string

    Comment stored in SSH keys (ignored by the other schemes).