Skip to main content
Module

x/dtils/mod.ts>sign

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

Creates a digital signature using a key pair

Parameters

privateKey: string
data: Uint8Array