interface CipherGCM implements CipherRe-exportimport { type CipherGCM } from "https://deno.land/std@0.160.0/node/crypto.ts"; MethodssetAAD(buffer: ArrayBufferView, options?: { plaintextLength: number; }): thisgetAuthTag(): Buffer