multi-party-bls icon indicating copy to clipboard operation
multi-party-bls copied to clipboard

Rust implementation too slow

Open akhilsb opened this issue 1 year ago • 0 comments

I was looking at the CPP implementation of Glow-DVRF beacons at https://github.com/fetchai/research-dvrf/, which takes ~ 4 milliseconds per beacon generation(n=4,t=2) on an 8-core Ubuntu 20.04 machine. The rust implementation of the current repository takes around 25 milliseconds per beacon generation for the same config. Any potential reasons that I should be wary of?

akhilsb avatar Jul 05 '23 23:07 akhilsb