import { decryptSymmetricallyUsingBytes } from "https://deno.land/x/dtils@2.0.0-beta.1/lib/encryption.ts";
Symmetrically decrypt bytes using keyBytes
, which must be an AES key, with a 16 byte counter prepended
x/dtils/lib/encryption.ts>decryptSymmetricallyUsingBytes
import { decryptSymmetricallyUsingBytes } from "https://deno.land/x/dtils@2.0.0-beta.1/lib/encryption.ts";
Symmetrically decrypt bytes using keyBytes
, which must be an AES key, with a 16 byte counter prepended