Project-Arda / bgls

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

Add channel buffers to Parallelization #28

Open ValarDragon opened 6 years ago

ValarDragon commented 6 years ago

Currently for the parallelization in bgls.go, the buffer size of the channels is infinite. A buffer size for these channels should be added, but perhaps the amount of buffering needs to be parameterized with the number of cores.