@starcoin/stc-ed25519
v0.1.0
Published
Fastest JS implementation of ed25519 & ristretto255. Auditable, high-security, 0-dependency pubkey, scalarmult & EDDSA
Downloads
36
Readme
stc-ed25519
This repo is forked from noble-ed25519, and fixed 2 issues we met in starcoin-explorer:
Contributing
- Clone the repository.
yarn
to install build dependencies like TypeScriptyarn build
to compile TypeScript codeyarn test
to run jest ontest/index.ts