Module

std/node/crypto.ts>CipherOCB

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

Methods

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