import { ed } from "https://deno.land/x/earthstar@v10.0.0-beta.5/deps.ts";
const { CURVE } = ed;
ed25519 is Twisted Edwards curve with equation of
−x² + y² = 1 − (121665/121666) * x² * y²
import { ed } from "https://deno.land/x/earthstar@v10.0.0-beta.5/deps.ts";
const { CURVE } = ed;
ed25519 is Twisted Edwards curve with equation of
−x² + y² = 1 − (121665/121666) * x² * y²