ZhengyangZhang's picture
Add files using upload-large-folder tool
2f00a8b verified
Raw
History Blame
90 Bytes
BYTE_SPACE = b' '
NULL_BYTE = b'\0'
NULL_HEX_SHA = "0" * 40
NULL_BIN_SHA = NULL_BYTE * 20