Skip to main content
Module

x/evt/lib/types/lib.dom.ts>AesCbcParams

💧EventEmitter's typesafe replacement
Go to Latest
interface AesCbcParams
implements Algorithm
import { type AesCbcParams } from "https://deno.land/x/evt@v2.4.13/lib/types/lib.dom.ts";

Properties

iv:
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| DataView
| ArrayBuffer