packagesignedcommitimportobjectid"codeberg.org/lindenii/furgit/object/id"// Commit represents the payload and signatures parsed from a raw comit object.typeCommitstruct{body[]bytepayload[]byteRangesignaturesmap[objectid.Algorithm][]byteRange}typebyteRangestruct{startintendint}