get hexadecimal hash value of ArrayBuffer with specified hash algorithm
hash algorithm (ex. "SHA-256")
ArrayBuffer value to be hashed
hexadecimal hash value
await hashab("SHA-256", hextoArrayBuffer("616161"))-> ... Copy
await hashab("SHA-256", hextoArrayBuffer("616161"))-> ...
get hexadecimal hash value of ArrayBuffer with specified hash algorithm