fix sizes in scalar_mul
This commit is contained in:
parent
56fa4f7eb0
commit
a1e4d660f6
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ library Pairing {
|
|||
input[2] = s;
|
||||
bool success;
|
||||
assembly {
|
||||
success := staticcall(sub(gas(), 2000), 7, input, 0x80, r, 0x60)
|
||||
success := staticcall(sub(gas(), 2000), 7, input, 0x60, r, 0x40)
|
||||
// Use "invalid" to make gas estimation work
|
||||
switch success case 0 { invalid() }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue