mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 17:53:06 +00:00
all reference tests are working!
This commit is contained in:
parent
29b2552fac
commit
f3e1a73ebe
@ -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
|
||||
|
||||
@ -32,10 +32,10 @@ fn test_ripemd() -> Result<()> {
|
||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",
|
||||
"0xb0e20b6e3116640286ed3a87a5713079b21f5189",
|
||||
),
|
||||
// (
|
||||
// "12345678901234567890123456789012345678901234567890123456789012345678901234567890",
|
||||
// "0x9b752e45573d4b39f4dbd3323cab82bf63326bfb",
|
||||
// )
|
||||
(
|
||||
"12345678901234567890123456789012345678901234567890123456789012345678901234567890",
|
||||
"0x9b752e45573d4b39f4dbd3323cab82bf63326bfb",
|
||||
)
|
||||
];
|
||||
|
||||
for (x, y) in reference {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user