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

Package detail

@starcoin/stc-ed25519

starcoinorg4.4kMIT0.1.0TypeScript support: included

Fastest JS implementation of ed25519 & ristretto255. Auditable, high-security, 0-dependency pubkey, scalarmult & EDDSA

ed25519, edwards, ristretto255, decaf, curve25519, x25519, elliptic, elliptic curve, curve, signature, ecc, eddsa, ecdsa, cryptography, security

readme

stc-ed25519

This repo is forked from noble-ed25519, and fixed 2 issues we met in starcoin-explorer:

Contributing

  1. Clone the repository.
  2. yarn to install build dependencies like TypeScript
  3. yarn build to compile TypeScript code
  4. yarn test to run jest on test/index.ts