Commit Graph

10 Commits

Author SHA1 Message Date
Marin Petrunic ed9f26f593 fix benchmarks 2022-04-15 11:56:13 +02:00
Cayman 0056e13ee5
feat: use esm
BREAKING CHANGE:
Only esm is exported, no commonjs
Named exports (excluding `bls`) are no longer exported from the root.
`browser` and `node` exports are removed in favor of
implementation-specific naming.
2022-04-11 10:15:43 -05:00
dapplion f694dd3754 Speed-up benchmarks
Simplify benchmarks code
2021-04-05 21:02:07 +02:00
dapplion 3bf2d48e2e Update benchmark API 2021-04-05 18:03:49 +02:00
Cayman d834657542
Merge pull request #58 from ChainSafe/dapplion/verifyMultipleSignatures
Add verifyMultipleSignatures method
2020-12-04 07:53:06 -07:00
dapplion 9b6369c07a Benchmark sign() 2020-12-03 09:38:13 +00:00
dapplion fc868ffd27 Add benchmark 2020-12-02 23:21:48 +00:00
dapplion 324285c38a Run benchmarks for verifyMultiple 2020-12-02 20:54:46 +00:00
dapplion e356bd1b37 Present results as a table 2020-12-02 20:45:29 +00:00
dapplion 4e2f60b5b8 Fix benchmark setup 2020-12-01 08:29:19 +00:00