Skip to main content
Module

x/dtils/mod.unstable.ts>generateKeyPairBytes

The best unofficial library of utilities for Deno applications
Go to Latest
function generateKeyPairBytes
import { generateKeyPairBytes } from "https://deno.land/x/dtils@2.3.1/mod.unstable.ts";

Generates an asymmetric key pair for signing or encryption purposes

Parameters

algorithm: "rsa" | "ec"