Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@stablelib/ed25519

StableLib1.4mMIT2.0.2TypeScript support: included

Ed25519 public-key signature (EdDSA with Curve25519)

readme

StableLib

A stable library of useful TypeScript/JavaScript code.

Principles

  • Correctness first, performance later.
  • Clear code is better than short.
  • Better usability means fewer bugs.
  • Typing is good, but not too much.

Documentation

See https://www.stablelib.com

Usage

Install packages via npm from @stablelib namespace, for example:

npm install @stablelib/base64

See all packages.

Support