JSPM

@starcoin/stc-ed25519

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q65402F
  • License MIT

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

Package Exports

  • @starcoin/stc-ed25519

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@starcoin/stc-ed25519) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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