Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface KeyPairSyncResult
import { type KeyPairSyncResult } from "https://deno.land/std@0.156.0/node/internal/crypto/keygen.ts";

Type Parameters

T1 extends string | Buffer
T2 extends string | Buffer

Properties

publicKey: T1
privateKey: T2