An open API service indexing awesome lists of open source software.

https://github.com/throwaway96/lg-crc32

C program to calculate CRC32 with the algorithm LG uses for partinfo.
https://github.com/throwaway96/lg-crc32

Last synced: over 1 year ago
JSON representation

C program to calculate CRC32 with the algorithm LG uses for partinfo.

Awesome Lists containing this project

README

          

# lg-crc32

This calculates the CRC32 of a file using the same algorithm that LG uses for
partinfo. It's probably some well-known CRC32 variant, but I didn't feel like
figuring out which one.