import { dtils } from "https://deno.land/x/dtils@2.2.0/devops/deps.ts";
const { encryptAsymmetricallyUsingBytes } = dtils;
Asymmetrically encrypt plainBytes
using publicKeyBytes
. Function will error if publicKeyBytes
is not an RSA public key