Documentation - v0.27.1
    Preparing search index...

    Interface IAesCtr

    interface IAesCtr {
        close?: () => void;
        process: (data: Uint8Array) => Uint8Array;
    }
    Index

    Properties

    Properties

    close?: () => void
    process: (data: Uint8Array) => Uint8Array