Hacker News new | ask | show | jobs
by maallooc 2230 days ago
This is so interesting to watch. Can you do it for other hash or encryption methods?
1 comments

I have thought about it. Any particularly interesting ones?
Interesting candidates are blake2b, sha-3/keccak, and the much simpler siphash-2-4 that's used in many hashtable implementations.
md5/sha1 is useful because they're still used in UUID (rfc 4122) generation. obv not from a crypto standpoint but more from a unique (non-exploited) approach.
ecdsa would be good