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

    Interface MLKEMEncapsulationPair

    Result of encapsulation operation.

    interface MLKEMEncapsulationPair {
        sharedSecret: SymmetricKey;
        ciphertext: MLKEMCiphertext;
    }
    Index

    Properties

    sharedSecret: SymmetricKey

    The shared secret as a SymmetricKey

    ciphertext: MLKEMCiphertext

    The ciphertext to send to the private key holder