import { generateEncryptionKeyPairBytes } from "https://deno.land/x/dtils@2.2.0/encryption.ts";
Generates a key pair for asymmetric encryptions using the RSA algorithm
Returns
Promise<KeyPairBytes>
x/dtils/encryption.ts>generateEncryptionKeyPairBytes
import { generateEncryptionKeyPairBytes } from "https://deno.land/x/dtils@2.2.0/encryption.ts";
Generates a key pair for asymmetric encryptions using the RSA algorithm