chicken_turtle_util.hashlib

hashlib additions

base85_digest Get base 85 encoded digest of hash
chicken_turtle_util.hashlib.base85_digest(hash_)[source]

Get base 85 encoded digest of hash

Parameters:

hash_ : hash

hashlib hash object. E.g. the return of hashlib.sha512()

Returns:

str

base 85 encoded digest