pub fn calculate_entropy_by_offset(
    data: &[u8],
    window_size: usize
) -> Vec<(usize, f64)>