Skip to main content
Module

x/ed25519/test/build/package.json

Fastest 4KB JS implementation of ed25519 elliptic curve. Auditable, high-security, 0-dependency EDDSA signatures compliant with RFC8032 & ZIP215
Go to Latest
File
{ "name": "build", "private": true, "version": "1.0.0", "description": "Builds minified file", "main": "noble-ed25519.js", "scripts": { "terser": "terser --ecma 2020 -m -c < ../../index.js" }, "keywords": [], "author": "", "license": "MIT", "devDependencies": { "terser": "5.16.6" }}