Module

std/node/crypto.ts>DecipherOCB

Deno standard library
Go to Latest
interface DecipherOCB
implements Decipher
import { type DecipherOCB } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";

Methods

setAuthTag(buffer: ArrayBufferView): this
setAAD(buffer: ArrayBufferView, options?: { plaintextLength: number; }): this
import DecipherOCB
import { DecipherOCB } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";