You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple command line tool to get a signed CRC32 checksum for a given filename. Normally CRC32 values are unsigned, but in the MWA archive they are stored as signed values. So this utility returns a SIGNED CRC32.
Usage
python crc32sum.py FILENAME
About
A simple tool to get signed CRC32 checksums (which is used for all the NGAS MWA files in the archive)