mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-05-28 20:59:26 +00:00
Minor
This commit is contained in:
parent
9747343ac2
commit
e2b1e51280
@ -44,18 +44,8 @@ ec_mul_valid_point:
|
|||||||
// stack: step_case, s, x, y, s, retdest
|
// stack: step_case, s, x, y, s, retdest
|
||||||
JUMPI
|
JUMPI
|
||||||
// stack: x, y, s, retdest
|
// stack: x, y, s, retdest
|
||||||
POP
|
PUSH ret_zero
|
||||||
// stack: y, s, retdest
|
// stack: ret_zero, x, y, s, retdest
|
||||||
POP
|
|
||||||
// stack: s, retdest
|
|
||||||
POP
|
|
||||||
// stack: retdest
|
|
||||||
PUSH 0
|
|
||||||
// stack: 0, retdest
|
|
||||||
PUSH 0
|
|
||||||
// stack: 0, 0, retdest
|
|
||||||
SWAP2
|
|
||||||
// stack: retdest, 0, 0
|
|
||||||
JUMP
|
JUMP
|
||||||
|
|
||||||
step_case:
|
step_case:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user