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

    Interface MLKEMKeypairData

    Internal type for ML-KEM keypair generation result.

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

    The public key bytes.

    secretKey: Uint8Array

    The secret key bytes.