The application is using sha256 for file hashing. The CRC32 hash is expected to be faster and the hash stored as u32 should decrease memory usage. The intention is to migrate from sha256 to CRC32.
The application is using sha256 for file hashing.
The CRC32 hash is expected to be faster and the hash stored as u32 should decrease memory usage.
The intention is to migrate from sha256 to CRC32.