Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Variable MLKEM_KEY_SIZESConst

    MLKEM_KEY_SIZES: {
        "512": {
            privateKey: 1632;
            publicKey: 800;
            ciphertext: 768;
            sharedSecret: 32;
        };
        "768": {
            privateKey: 2400;
            publicKey: 1184;
            ciphertext: 1088;
            sharedSecret: 32;
        };
        "1024": {
            privateKey: 3168;
            publicKey: 1568;
            ciphertext: 1568;
            sharedSecret: 32;
        };
    } = ...

    Key sizes for each ML-KEM security level.

    Type Declaration

    • Readonly512: { privateKey: 1632; publicKey: 800; ciphertext: 768; sharedSecret: 32 }
    • Readonly768: { privateKey: 2400; publicKey: 1184; ciphertext: 1088; sharedSecret: 32 }
    • Readonly1024: { privateKey: 3168; publicKey: 1568; ciphertext: 1568; sharedSecret: 32 }