import { decryptAsymmetricallyUsingBytes } from "https://deno.land/x/dtils@2.3.1/mod.unstable.ts";
Asymmetrically decrypt encryptedBytes
using privateKeyBytes
. Function will error if privateKeyBytes
is not an RSA public key
x/dtils/mod.unstable.ts>decryptAsymmetricallyUsingBytes
import { decryptAsymmetricallyUsingBytes } from "https://deno.land/x/dtils@2.3.1/mod.unstable.ts";
Asymmetrically decrypt encryptedBytes
using privateKeyBytes
. Function will error if privateKeyBytes
is not an RSA public key