Documentation ¶
Overview ¶
Package cksum handles adding and checking checksums on data. crc32 since this is faster than adler32. Castagnoli because it slows down less for random data lengths. It only uses the low 16 bits of the crc32 to save space. From testing this doesn't impair error detection much.
Index ¶
Constants ¶
View Source
const Len = 2 // 16 bits
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.