currently we only have a header+data checksum (crc32) in the stored repository object.
format: crc:32 + size:32 + tag:8 (+ chunkid:256)
this is a bit unfortunate if one wants to iterate over the objects without reading their data (but rather seek over it) - then we can't even be sure if the header data is valid.