import { encryptAsymmetricallyUsingBytes } from "https://deno.land/x/dtils@2.3.1/mod.unstable.ts";
Asymmetrically encrypt plainBytes
using publicKeyBytes
. Function will error if publicKeyBytes
is not an RSA public key
x/dtils/mod.unstable.ts>encryptAsymmetricallyUsingBytes
import { encryptAsymmetricallyUsingBytes } from "https://deno.land/x/dtils@2.3.1/mod.unstable.ts";
Asymmetrically encrypt plainBytes
using publicKeyBytes
. Function will error if publicKeyBytes
is not an RSA public key