Generic hashing function
With the data I have to anonymize, the approach most often viable was the one I've now cast into this generic "hash_text" function.
Description is in the anon.sql and masking_functions.md.
I'm not sure why there was no hashing before, is there a particular reason?