sha256_sprintf() function
This function hash a formatted string with SHA256 and format the result as ascii characters
Syntax
static int sha256_sprintf(char *sha,
const char *fmt, ...);
Arguments
sha
The buffer will hold the ascii result
Return value
Length of the result