vdf icon indicating copy to clipboard operation
vdf copied to clipboard

Batch operation

Open DemiMarie opened this issue 6 years ago • 2 comments
trafficstars

While VDF compuation is sequential (by design), there may well be applications that require performing many simultaneous VDF computations with similar parameters. This is a natural fit for parallelism, both SIMD and multicore.

While conceptually easy, implementing this in practice will be hard, as it will require implementing an entirely new bignum library designed for batch processing.

DemiMarie avatar Nov 24 '18 00:11 DemiMarie

Also, verification might be parallelizable? (Not sure right now whether this applies to our two VDF schemes.)

afck avatar Nov 26 '18 15:11 afck

It might be. Not sure.

DemiMarie avatar Nov 27 '18 17:11 DemiMarie