mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
fix
This commit is contained in:
parent
f4207e75a4
commit
9f5d75fed4
@ -29,8 +29,9 @@ fn test_sha2() -> Result<()> {
|
||||
dbg!(num_bytes);
|
||||
dbg!(bytes.clone());
|
||||
|
||||
let message = "blargh blargh blargh";
|
||||
let message = "blargh blargh blargh blargh blargh blargh blargh blargh blargh";
|
||||
let num_bytes = message.len();
|
||||
dbg!(num_bytes);
|
||||
|
||||
let mut hasher = Sha256::new();
|
||||
hasher.update(message);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user