get hexadecimal hash value of raw string with specified hash algorithm
hash algorithm (ex. "SHA-256")
hexadecimal string value to be hashed
hexadecimal hash value
await hashrstr("SHA-256", "\0\0\0")-> ... Copy
await hashrstr("SHA-256", "\0\0\0")-> ...
get hexadecimal hash value of raw string with specified hash algorithm