tried:
<char*>(Sha1.result())
//get: error: expected primary-expression before '<' token
static_cast<char*>(Sha1.result())
//get: error: invalid static_cast from type 'uint8_t* {aka unsigned char*}' to type 'char*'
tried:
<char*>(Sha1.result())
//get: error: expected primary-expression before '<' token
static_cast<char*>(Sha1.result())
//get: error: invalid static_cast from type 'uint8_t* {aka unsigned char*}' to type 'char*'