reed_solomon_simd::engine::utils

Function xor_within

Source
pub fn xor_within(data: &mut ShardsRefMut<'_>, x: usize, y: usize, count: usize)
Expand description

data[x .. x + count] ^= data[y .. y + count]

Ranges must not overlap.