You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rakita I might be missing something but seems rust-secp256k1 is fastest right? Then k256 then parity's version libsec256k1. So we'd want to default the first one?
Also happy to take a stab at it! 🙋♂️
@aguzmant103 you are right I made mistake here, from graph [rust-secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) is fastest and should stay as default.
Will close this issue as @FredCoen is adding libsec256k1 support in #1915.
This bench shows that k256 is faster than secp256k1 (C version): https://github.com/tarcieri/rust-secp256k1-ecdsa-bench. We should default to using it.
The text was updated successfully, but these errors were encountered: