USF-OS / FogOS

Other
1 stars 24 forks source link

Add CKSUM #28

Closed marcusaltman closed 3 months ago

marcusaltman commented 4 months ago

Used a POSIX CRC32-based CRC algorithm with polynomial 0x04C11DB7 to calculate the CRC checksum value using the standard full-byte table-lookup method.