arxiv.canonical.integrity.checksum module

arxiv.canonical.integrity.checksum.calculate_checksum(obj)[source]
Return type

str

arxiv.canonical.integrity.checksum.checksum_io(content)[source]

Generate an URL-safe base64-encoded md5 hash of an IO.

Return type

str

arxiv.canonical.integrity.checksum.checksum_manifest(manifest)[source]
Return type

str

arxiv.canonical.integrity.checksum.checksum_raw(raw)[source]
Return type

str