Module etherparse::checksum

source ·
Expand description

Helpers for calculating checksums.

Modules

Helper functions for calculating a 16 bit checksum using a u32 to sum up all values.
Helper functions for calculating a 16 bit checksum using a u64 to sum up all values.

Structs

Helper for calculating the sum of all 16 bit words checksums used in in checksum fields in TCP and UDP headers.