Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/lib/encryption.ts>KeyPair

The best unofficial library of utilities for Deno applications
Go to Latest
interface KeyPair
import { type KeyPair } from "https://deno.land/x/dtils@1.6.3/lib/encryption.ts";

Properties

privateKey: string
publicKey: string