Skip to main content
Module

x/earthstar/deps.ts>ed.utils

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

type

{ TORSION_SUBGROUP: string[]; bytesToHex; getExtendedPublicKey; mod; invert; hashToPrivateScalar: (hash: Hex) => bigint; randomBytes: (bytesLength?: number) => Uint8Array; randomPrivateKey: () => Uint8Array; sha512: (message: Uint8Array) => Promise<Uint8Array>; precompute(windowSize?, point?): Point; }