ZenGo-X / emerald-city

WASM/HW-friendly lightweight client application for threshold ECDSA
GNU General Public License v3.0
15 stars 6 forks source link

benches #7 for libsecp256k1 pure rust #9

Closed vhnatyk closed 5 years ago

vhnatyk commented 5 years ago

Refactored benches according to docs Added benches and tests for cases like sign n=3 t=1 and sign n=3 t=2

current pure Rust crate shows slightly better results, then prior C wrapper crate 👍 (that I keep in branch for reference) - that is good and a bit odd in the same time 😃