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