dsrvlabs / czg-keremony

JavaScript-based client to participate in Ethereum KZG Ceremony
https://dsrv.com
MIT License
13 stars 4 forks source link

Apply workers to decode powers #13

Closed rootwarp closed 1 year ago

rootwarp commented 1 year ago

Current single thread implementation takes about 5 minutes to complete the ceremony. Multi-thread approach is required to reduce this.


Separate decode and power of tau calculation. Power of tau calculation will be handled on another isseu.