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

x/dtils/encryption.ts>KeyPair

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

Properties

privateKey: string
publicKey: string