Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/deps.ts>ed.CURVE

Storage for private, distributed, offline-first applications.
Go to Latest
variable ed.CURVE
import { ed } from "https://deno.land/x/earthstar@v10.0.1/deps.ts";
const { CURVE } = ed;

ed25519 is Twisted Edwards curve with equation of

−x² + y² = 1 − (121665/121666) * x² * y²

type

{ a: bigint; d: bigint; P; l; n; h: bigint; Gx: bigint; Gy: bigint; }