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

internet_checksum

Function internet_checksum 

Source
pub fn internet_checksum(data: &[u8]) -> u16
Expand description

Compute the Internet checksum (RFC 1071) over a byte slice.