import { dtils } from "https://deno.land/x/dtils@2.2.1/devops/deps.ts";
const { decryptAsymmetricallyUsingBytes } = dtils;
Asymmetrically decrypt encryptedBytes
using privateKeyBytes
. Function will error if privateKeyBytes
is not an RSA public key