Project-Arda / bgls

Aggregate and Multi Signatures based on BGLS over BN256 and BLS12-381
Apache License 2.0
60 stars 18 forks source link

Parallelization #18

Closed ValarDragon closed 6 years ago

ValarDragon commented 6 years ago

The aggregateG1 and aggregateG2 methods should be pararallelized to speed up multi signature verification.

Additionally, a good amount of buffering for the parallelization channels needs to be decided upon.