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

    Interface MLKEMSizes

    The byte lengths of an ML-KEM level's objects.

    interface MLKEMSizes {
        privateKey: number;
        publicKey: number;
        ciphertext: number;
        sharedSecret: number;
    }
    Index
    privateKey: number

    The private (decapsulation) key length.

    publicKey: number

    The public (encapsulation) key length.

    ciphertext: number

    The ciphertext length.

    sharedSecret: number

    The shared secret length (always 32).