interface dom.AesCtrParams
implements Algorithm
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { AesCtrParams } = dom;
Properties
counter:
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| DataView
| ArrayBuffer