NDNts

    Input of LLDecrypt function.

    interface Params {
        additionalData?: Uint8Array<ArrayBufferLike>;
        authenticationTag?: Uint8Array<ArrayBufferLike>;
        ciphertext: Uint8Array;
        iv?: Uint8Array<ArrayBufferLike>;
    }

    Implemented by

    Index

    Properties

    additionalData?: Uint8Array<ArrayBufferLike>
    authenticationTag?: Uint8Array<ArrayBufferLike>
    ciphertext: Uint8Array
    iv?: Uint8Array<ArrayBufferLike>
    MMNEPVFCICPMFPCPTTAAATR