Documentation
    Preparing search index...

    Interface CipherSuiteParams

    The parameters used to configure the CipherSuite.

    interface CipherSuiteParams {
        aead: AeadId | AeadInterface;
        kdf: KdfId | KdfInterface;
        kem: KemId | KemInterface;
    }
    Index

    Properties

    Properties

    The AEAD (Authenticated Encryption with Addtional Data) identifier or the AEAD object.

    The KDF (Key Derivation Function) identifier or the KDF object.

    The KEM (Key Encapsulation Mechanism) identifier or the KEM object.