import { generateKeyPairBytes } from "https://deno.land/x/dtils@2.2.1/encryption.ts";
Generates an asymmetric key pair for signing or encryption purposes
Returns
Promise<KeyPairBytes>
x/dtils/encryption.ts>generateKeyPairBytes
import { generateKeyPairBytes } from "https://deno.land/x/dtils@2.2.1/encryption.ts";
Generates an asymmetric key pair for signing or encryption purposes