You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
90B

  1. BYTE_SPACE = b' '
  2. NULL_BYTE = b'\0'
  3. NULL_HEX_SHA = "0" * 40
  4. NULL_BIN_SHA = NULL_BYTE * 20