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