mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-08-01 20:23:12 +00:00
test
This commit is contained in:
parent
5d25683b13
commit
e36c17b653
@ -24,7 +24,9 @@ fn test_ripemd() -> Result<()> {
|
||||
let result = hashed.stack()[1];
|
||||
let actual = format!("{:X}", result);
|
||||
|
||||
println!("{}", actual);
|
||||
let expected = "0xf71c27109c692c1b56bbdceb5b9d2865b3708dbc";
|
||||
println!("{}", expected);
|
||||
assert_eq!(expected, actual);
|
||||
|
||||
Ok(())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user