interface DecipherOCB implements Decipherimport { type DecipherOCB } from "https://dotland.deno.dev/std@0.177.0/node/internal/crypto/cipher.ts"; MethodssetAuthTag(buffer: ArrayBufferView): thissetAAD(buffer: ArrayBufferView, options?: { plaintextLength: number; }): this