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

    Interface MLKEMEncapsulationResult

    Internal type for ML-KEM encapsulation result.

    interface MLKEMEncapsulationResult {
        sharedSecret: Uint8Array;
        ciphertext: Uint8Array;
    }
    Index
    sharedSecret: Uint8Array

    The 32-byte shared secret.

    ciphertext: Uint8Array

    The ciphertext the recipient decapsulates.