util += hashRegistry, null, adler32, crc32 hashers
hashRegistry will be needed for zodbdump reader to create a hasher by its name. Since std hashlib does not have adler32/crc32 nor null - let's add our own implementation for those hashers too. The code is based on neo@a60c472c, and neo@3f578560
Showing