Hacker News new | ask | show | jobs
by AYBABTME 3392 days ago
There are better functions than SHA1 to use for hash tables. Candid question: really what is the use for MD5/SHA1 these days?
1 comments

Yes, but those are widely implemented and thus available more or less everywhere. I'd rather use a slightly less ideal hash function, than use an untested one.