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

    Interface MLDSAKeypairData

    Internal type for ML-DSA keypair generation result.

    interface MLDSAKeypairData {
        publicKey: Uint8Array;
        secretKey: Uint8Array;
    }
    Index
    publicKey: Uint8Array

    The public key bytes.

    secretKey: Uint8Array

    The secret key bytes.