hyperledger-labs / agora-glass_pumpkin

agora-glass_pumpkin
https://wiki.hyperledger.org/display/labs/Agora
Apache License 2.0
21 stars 11 forks source link

Switch to using `crypto-bigint` #20

Closed fjarri closed 11 months ago

fjarri commented 1 year ago

I do not intend this to be merged, but at the moment just present as an experiment in using crypto-bigint instead of num-bigint. Not sure how/if you want to proceed with it, but I just wanted something that matches the speed of GMP, and can be used in WASM.

It shows a significant speed-up over master:

Notes: