mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 00:33:06 +00:00
Change h256_ulimbs
This commit is contained in:
parent
4e0fe74a74
commit
c30b18346f
@ -157,7 +157,7 @@ fn observe_block_hashes<
|
||||
for i in 0..256 {
|
||||
challenger.observe_elements(&h256_limbs::<F>(block_hashes.prev_hashes[i])[0..8]);
|
||||
}
|
||||
challenger.observe_elements(&h256_limbs::<F>(block_hashes.cur_hash)[0..8])
|
||||
challenger.observe_elements(&h256_limbs::<F>(block_hashes.cur_hash)[0..8]);
|
||||
}
|
||||
|
||||
fn observe_block_hashes_target<
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user