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

x/dtils/lib/encryption.ts>verify

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

Verifies that signature is from the private key corresponding to publicKey

Parameters

signature: string
publicKey: string
data: Uint8Array