import { dtils } from "https://deno.land/x/dtils@2.2.0/devops/deps.ts";
const { decryptAsymmetrically } = dtils;
Asymmetrically decrypt encryptedBytes
using a base64 encoded privateKey
. Function will error if privateKey
is not an RSA private key