File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ impl Default for GasConfig {
52
52
// Target is 10^12 per second (see GAS.md), i.e. 10^6 gas per µ second.
53
53
const GAS_PER_US : u64 = 1_000_000 ;
54
54
Self {
55
- // ~154 us in crypto benchmarks
55
+ // ~119 us in crypto benchmarks
56
56
secp256k1_verify_cost : 119 * GAS_PER_US ,
57
- // ~162 us in crypto benchmarks
57
+ // ~233 us in crypto benchmarks
58
58
secp256k1_recover_pubkey_cost : 233 * GAS_PER_US ,
59
- // ~525 us in crypto benchmarks
59
+ // ~374 us in crypto benchmarks
60
60
secp256r1_verify_cost : 374 * GAS_PER_US ,
61
- // ~582 us in crypto benchmarks
61
+ // ~834 us in crypto benchmarks
62
62
secp256r1_recover_pubkey_cost : 834 * GAS_PER_US ,
63
63
// ~63 us in crypto benchmarks
64
64
ed25519_verify_cost : 63 * GAS_PER_US ,
You can’t perform that action at this time.
0 commit comments