String shake_256Hex(List<int> inputBytes, int outputByteLength) { return asHexString(shake_256(inputBytes, outputByteLength)); }