interface CipherOCB implements Cipherimport { type CipherOCB } from "https://deno.land/std@0.158.0/node/crypto.ts"; MethodssetAAD(buffer: ArrayBufferView, options?: { plaintextLength: number; }): thisgetAuthTag(): Bufferimport CipherOCBimport { CipherOCB } from "https://deno.land/std@0.158.0/node/crypto.ts";