Skip to main content
Module

x/commandis/mod.ts>dom.AesGcmParams

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

Properties

optional
additionalData:
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| ArrayBuffer
iv:
| Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| Float32Array
| Float64Array
| ArrayBuffer
optional
tagLength: number