Computes a SHA3-384 digest and returns lowercase hexadecimal text.
String sha3_384Hex(List<int> inputBytes) { return asHexString(sha3_384(inputBytes)); }