Safe for what, is the question. If this is purely an internal-facing ID column, I don't think there's anything wrong with using any of BigQuery's hash functions. If this is for an external-facing API and you want to prevent someone from reverse-engineering the information used to generate the ID, then I'm not an expert, but I don't think using both hashes is any more secure than just using one.