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