all reference tests are working!

This commit is contained in:
Dmitry Vagner 2022-09-26 20:28:29 -07:00
parent 29b2552fac
commit f3e1a73ebe
2 changed files with 6 additions and 6 deletions

View File

@ -99,8 +99,8 @@ update_2:
SWAP5
%add_const(64)
SWAP5
%stack (STATE: 5, shift) -> (shift, 64, STATE)
DUP14
%stack (STATE: 5, shift) -> (shift, 64, STATE, shift)
DUP13
ADD
SUB
// stack: offset, STATE, shift, need, have, count, length, virt, retdest

View File

@ -32,10 +32,10 @@ fn test_ripemd() -> Result<()> {
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
"0xb0e20b6e3116640286ed3a87a5713079b21f5189",
),
// (
// "12345678901234567890123456789012345678901234567890123456789012345678901234567890",
// "0x9b752e45573d4b39f4dbd3323cab82bf63326bfb",
// )
(
"12345678901234567890123456789012345678901234567890123456789012345678901234567890",
"0x9b752e45573d4b39f4dbd3323cab82bf63326bfb",
)
];
for (x, y) in reference {