import { decryptAsymmetrically } from "https://deno.land/x/dtils@2.6.1/mod.unstable.ts";
Asymmetrically decrypt encryptedBytes
using a base64 encoded privateKey
. Function will error if privateKey
is not an RSA private key
x/dtils/mod.unstable.ts>decryptAsymmetrically
import { decryptAsymmetrically } from "https://deno.land/x/dtils@2.6.1/mod.unstable.ts";
Asymmetrically decrypt encryptedBytes
using a base64 encoded privateKey
. Function will error if privateKey
is not an RSA private key