MsetAAD
Bun

method

crypto.CipherAEADMethods.setAAD

buffer: BinaryLike,
options?: { encoding: BufferEncoding; plaintextLength: number }
): this;

Referenced types

type BinaryLike = string | ArrayBufferLike | NodeJS.ArrayBufferView