Computes a SHA3-256 digest.
List<int> sha3_256(List<int> inputBytes) { return _Keccak(1088, 512, inputBytes, 0x06, 256 ~/ 8); }