⚠️ VeridianOS Kernel Documentation
- This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise.
no_std
xor_blocks
veridian_
kernel
0.25.2
In veridian_
kernel::
drivers::
raid::
manager
veridian_kernel
::
drivers
::
raid
::
manager
Function
xor_
blocks
Copy item path
Source
pub fn xor_blocks(dest: &mut [u8], src: &[u8])
Expand description
XOR a source block into a destination block.