import { decryptAsymmetricallyUsingBytes } from "https://deno.land/x/dtils@2.0.0-beta.1/lib/encryption.ts";
Asymmetrically decrypt encryptedBytes
using privateKeyBytes
. Function will error if privateKeyBytes
is not an RSA public key
x/dtils/lib/encryption.ts>decryptAsymmetricallyUsingBytes
import { decryptAsymmetricallyUsingBytes } from "https://deno.land/x/dtils@2.0.0-beta.1/lib/encryption.ts";
Asymmetrically decrypt encryptedBytes
using privateKeyBytes
. Function will error if privateKeyBytes
is not an RSA public key