sha3_384Hex function

String sha3_384Hex(
  1. List<int> inputBytes
)

Implementation

String sha3_384Hex(List<int> inputBytes) {
  return asHexString(sha3_384(inputBytes));
}