Any recommendations for a cryptographic hash function that's fast and can hash millions and millions of hash(email) without conflicts? I guess using md5(email) is not a good idea because of many collisions. #golang pres.ly/0lJo
1
2
1
0
0
@GolangTO @cool_golang What are your resource constraints? Have you reasons not to use SHA2?