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