I need to get the bytearray into a string becuase ...
# announcements
j
I need to get the bytearray into a string becuase the byte array represents a hexified hash. Its far harder to read
Copy code
Sign(hash=[57, 102, 56, 54, 100, 48, 56, 49, 56, 56, 52, 99, 55, 100, 54, 53, 57, 97, 50, 102, 101, 97, 97, 48, 99, 53, 53, 97, 100, 48, 49, 53, 97, 51, 98, 102, 52, 102, 49, 98, 50, 98, 48, 98, 56, 50, 50, 99, 100, 49, 53, 100, 54, 99, 49, 53, 98, 48, 102, 48, 48, 97, 48, 56])
than
Copy code
Sign(hash=f789eaeb586a30e9a0477c995c7b13c9af8004b37d5c827431578115490c2f5d)