Skip to main content
Module

x/evt/mod.ts>dom.AesCtrParams

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.AesCtrParams
implements Algorithm
import { type dom } from "https://deno.land/x/evt@v2.3.1/mod.ts";
const { AesCtrParams } = dom;

Properties

counter:
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| DataView
| ArrayBuffer
length: number