pub fn is_within_solution_range(
global_challenge: &Blake3Hash,
chunk: &[u8; 32],
sector_slot_challenge: &SectorSlotChallenge,
solution_range: SolutionRange,
) -> Option<SolutionRange>
Expand description
Returns Some(solution_distance)
if solution distance is within the solution range for provided
parameters.