Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/deps.ts>ed.sign

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
function ed.sign
import { ed } from "https://deno.land/x/earthstar@v10.0.0/deps.ts";
const { sign } = ed;

Signs message with privateKey. RFC8032 5.1.6

Parameters

message: Hex
privateKey: Hex

Returns

Promise<Uint8Array>