@starcoin/stc-ed25519

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

Usage no npm install needed!

<script type="module">
  import starcoinStcEd25519 from 'https://cdn.skypack.dev/@starcoin/stc-ed25519';
</script>

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