Skip to main content
Module

x/commandis/mod.ts>dom.AesCbcParams

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.AesCbcParams
implements Algorithm
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { AesCbcParams } = dom;

Properties

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