mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-13 11:35:52 +01:00
Merge 10e6d05ac0
into c7191d2913
This commit is contained in:
commit
2800cf0953
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ var testOk bool
|
||||||
|
|
||||||
// BenchmarkSigVerify benchmarks how long it takes the secp256k1 curve to
|
// BenchmarkSigVerify benchmarks how long it takes the secp256k1 curve to
|
||||||
// verify signatures.
|
// verify signatures.
|
||||||
|
// Mind that this benchmark is not considering the hashing of the message.
|
||||||
func BenchmarkSigVerify(b *testing.B) {
|
func BenchmarkSigVerify(b *testing.B) {
|
||||||
// Randomly generated keypair.
|
// Randomly generated keypair.
|
||||||
d := hexToModNScalar("9e0699c91ca1e3b7e3c9ba71eb71c89890872be97576010fe593fbf3fd57e66d")
|
d := hexToModNScalar("9e0699c91ca1e3b7e3c9ba71eb71c89890872be97576010fe593fbf3fd57e66d")
|
||||||
|
|
Loading…
Add table
Reference in a new issue