checksum

understand.checksum(text[, len]) str

Return a checksum of the text

Parameters:
  • text (str) – the text to checksum

  • len (int) – optional, the length of the checksum. This should be a value between 1 and 32, and defaults to 32.

Return type:

str

Returns:

the checksum