Tagged Questions
3
votes
2answers
460 views
Is it a good idea to use bitwise XOR on a set of MD5 sums?
I have designed an SQL aggregate function in Oracle that bitwise XORs all MD5 sums of the values stored in a column.
For example, if my table is:
...