Skip to content

Extract a zero checksum constant

James Fargher requested to merge no_object_hash_checksum into master

Previously when a constant zero checksum was required, it was retrieved from object hash. The checksum hash is completely decoupled from the object hash and so here we separate these concepts.

Merge request reports