- ECDSAs
- BLS
FYI, we use JS-transcompiled version of EVMBLS' scripts with some additional features:
- Add a function
pubkeyFromSecret(secret)
$ npm i
$ git submodule init && git submodule update
$ npx hardhat test benchmarks/ecdsa/ecdsa.js --network hardhat
$ npx hardhat test benchmarks/bls/bls.js --network hardhat