Migrate to CRC32
Opened this issue · 0 comments
xshiart commented
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.