import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { CryptoKeyPair } = dom;
The CryptoKeyPair dictionary of the Web Crypto API represents a key pair for an asymmetric cryptography algorithm, also known as a public-key algorithm.