This commit is contained in:
Dmitry Vagner 2022-10-03 13:20:06 -07:00
parent 32b8b3599b
commit 1269544712
2 changed files with 2 additions and 3 deletions

View File

@ -72,7 +72,7 @@ store_input:
%add_const(1)
SWAP3
// stack: rem-1, ADDR+1, length
DUP2
DUP1
%jumpi(store_input)
// stack: 0 , ADDR , length
%pop4
@ -103,7 +103,7 @@ global buffer_update:
// stack: get , set , 0 , retdest
%pop3
JUMP
%macro store_zeros(N, label)
// stack: i

View File

@ -17,7 +17,6 @@
///
/// return state, count + 8*length, buffer
global ripemd_update:
// stack: STATE, count, length, virt, retdest
%stack (STATE: 5, count, length, virt) -> (count, 8, 64, STATE, count, length, virt)