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

    Interface MLKEMEncapsulationResult

    Internal type for ML-KEM encapsulation result.

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

    Properties

    sharedSecret: Uint8Array
    ciphertext: Uint8Array