status-im / nim-blscurve

Nim implementation of BLS signature scheme (Boneh-Lynn-Shacham) over Barreto-Lynn-Scott (BLS) curve BLS12-381
Apache License 2.0
26 stars 11 forks source link

Use taskpools #116

Closed mratsim closed 3 years ago

mratsim commented 3 years ago

This:

Reminder an Eth2 block contains 3 to 6 messages to verify:

Advantages:

Disadvantages: