Searched refs:merkle_chunk (Results 1 – 1 of 1) sorted by relevance
59 let (merkle_chunk, hash_offset_in_chunk) = result?; in verity_check()61 &merkle_chunk[hash_offset_in_chunk..hash_offset_in_chunk + SHA256_HASH_SIZE]; in verity_check()65 Ok(hash_with_padding(&merkle_chunk, CHUNK_SIZE as usize)) in verity_check()108 let mut merkle_chunk = [0u8; 4096]; localVariable112 let _ = merkle_tree.read_chunk(chunk_index, &mut merkle_chunk)?;113 Ok((merkle_chunk, hash_offset_in_chunk))