⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

xor_blocks

Function xor_blocks 

Source
pub fn xor_blocks(dest: &mut [u8], src: &[u8])
Expand description

XOR a source block into a destination block.