|
|
|
|
|
by a1369209993
2210 days ago
|
|
> is it still an OK practice to use it as a general hashing function for a uuid/data checksum? No. If you don't care about collision resistance, use MD5. It's faster, it's smaller, and it makes it obvious to everyone than your software isn't supposed to rely on collision resistance. |
|