UNPKG

@starcoin/stc-ed25519

Version:

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

13 lines (9 loc) 457 B
# stc-ed25519 This repo is forked from [noble-ed25519](https://github.com/paulmillr/noble-ed25519), and fixed 2 issues we met in starcoin-explorer: - [#21](https://github.com/paulmillr/noble-ed25519/pull/21) - [#22](https://github.com/paulmillr/noble-ed25519/pull/22) ## 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`