Searched refs:str_as_bytes (Results 1 – 1 of 1) sorted by relevance
148 def bytes_to_hex(str_as_bytes): argument149 return binascii.hexlify(str_as_bytes)152 def tree_hash_from_str(str_as_bytes): argument162 return bytes_to_hex(tree_hash(chunk_hashes(str_as_bytes)))