get hexadecimal hash value of UTF-8 string with specified hash algorithm
hash algorithm (ex. "SHA-256")
hexadecimal string value to be hashed
hexadecimal hash value
await hashutf8("SHA-256", "そらSky")-> ... Copy
await hashutf8("SHA-256", "そらSky")-> ...
get hexadecimal hash value of UTF-8 string with specified hash algorithm