Commit Graph

22 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
dapplion 69c3408964 Enable multi-threading for all implementations 2021-04-05 17:49:18 +02:00
Cayman caf5b74390
Merge pull request #64 from ChainSafe/dapplion/verifyMultipleSignatures
Benchmark verifyMultipleSignatures savings
2020-12-07 15:04:04 -07:00
Cayman 65cb5f2f35
Merge pull request #62 from paulmillr/patch-3
Benchmarks: update noble to use decompressed points.
2020-12-07 15:03:27 -07:00
Paul Miller a303f77120
Update package.json 2020-12-05 11:13:40 +04:00
dapplion fa8a89c485 Benchmark verifyMultipleSignatures savings 2020-12-04 21:05:48 +00:00
Paul Miller 94d8fce815 Fix noble 2020-12-04 18:54:47 +00:00
Cayman d834657542
Merge pull request #58 from ChainSafe/dapplion/verifyMultipleSignatures
Add verifyMultipleSignatures method
2020-12-04 07:53:06 -07:00
Paul Miller 86c956e12a
Quick fix for types 2020-12-03 23:37:42 +04:00
Paul Miller 94caa9bedd
Merge branch 'master' into patch-3 2020-12-03 20:23:21 +04:00
Paul Miller e995e07fbb
Fix conflicts 2020-12-03 20:22:28 +04:00
Paul Miller 78c289cb21
Update noble. 2020-12-03 20:18:13 +04:00
Paul Miller fcdb61b193
Fix aggregate sigs. 2020-12-03 20:17:28 +04:00
Paul Miller 1ba1247978
Benchmarks: update noble to use decompressed points.
Much faster now
2020-12-03 20:01:14 +04: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