Commit 91b40e30e0dbff0c8a1546a02fb784fa8007a91b

Stefan Sperling 2021-05-21T20:20:28

add checksum support to got_deflate_to_file() This will eventually be used by 'gotadmin pack'. Checksum init and finalization will need to be done by the caller since many objects will be written out in compressed form while we are computing checksums across the entire pack file. ok millert, naddy