Add a more precise description of BenchmarkSigVerify

This commit is contained in:
Amin Bashiri 2022-09-09 16:41:14 -06:00
parent 0f49e10006
commit 10e6d05ac0

View file

@ -78,6 +78,7 @@ var testOk bool
// BenchmarkSigVerify benchmarks how long it takes the secp256k1 curve to
// verify signatures.
// Mind that this benchmark is not considering the hashing of the message.
func BenchmarkSigVerify(b *testing.B) {
// Randomly generated keypair.
d := hexToModNScalar("9e0699c91ca1e3b7e3c9ba71eb71c89890872be97576010fe593fbf3fd57e66d")