mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 16:53:07 +00:00
fix macro
This commit is contained in:
parent
937955788f
commit
9506c647de
@ -230,7 +230,10 @@ post_rol:
|
||||
|
||||
%macro get_round
|
||||
// stack: sides, rounds
|
||||
%mul_const(5) PUSH 10 sub sub
|
||||
%mul_const(5)
|
||||
PUSH 10
|
||||
SUB
|
||||
SUB
|
||||
// stack: 10 - 5*sides - rounds
|
||||
%endmacro
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user