mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-02-24 15:53:09 +00:00
fix
This commit is contained in:
parent
cad56263f4
commit
790b32c30b
@ -45,7 +45,7 @@ fn test_sha2() -> Result<()> {
|
||||
|
||||
let stack_after_sha2 = after_sha2.stack();
|
||||
|
||||
let result = stack_after_sha2.clone()[1];
|
||||
let result = stack_after_sha2[1];
|
||||
let actual = format!("{:02X}", result);
|
||||
dbg!(expected);
|
||||
dbg!(actual);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user