Trust-Machines / p256k1

Wrappers around secp256k1 to expose the underlying math, specifically unwrapped points and scalars with multiexponentiation
Apache License 2.0
12 stars 6 forks source link

Add benchmarking using criterion crate #5

Closed xoloki closed 1 year ago

xoloki commented 1 year ago

The two important currently open issues are #1 and #2 , both of which should result in a massive speedup for appropriate use cases. Add benchmarking tests to quantify these speedups.

xoloki commented 1 year ago

Fixed in #10