Skip to main content
Module

std/node/crypto.ts>Cipheriv#setAAD

Deno standard library
Go to Latest
method Cipheriv.prototype.setAAD
Re-export
import { Cipheriv } from "https://deno.land/std@0.166.0/node/crypto.ts";

Parameters

_buffer: ArrayBufferView
optional
_options: { plaintextLength: number; }