Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function pkGenerateECDSA
import { pkGenerateECDSA } from "https://deno.land/x/simple_utility@v1.5.2/src/crypto.ts";

Generate exportable public-key pair for ECDSA. Curve algorithm is "NIST P-256".

Examples

Example 1

const {publicKey, privateKey} = await pkGenerateECDSA();