Change h256_ulimbs

This commit is contained in:
Linda Guiga 2023-09-05 11:33:19 +01:00
parent 4e0fe74a74
commit c30b18346f
No known key found for this signature in database

View File

@ -157,7 +157,7 @@ fn observe_block_hashes<
for i in 0..256 { 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.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< fn observe_block_hashes_target<