String shake_128Hex(List<int> inputBytes, int outputByteLength) { return asHexString(shake_128(inputBytes, outputByteLength)); }