On Sunday, 31 July 2016 at 18:57:50 UTC, Jack Stouffer wrote:
On Sunday, 31 July 2016 at 17:48:48 UTC, BLM768 wrote:writeln(n1.hashOf == n2.hashOf); // false = BAD!Ok, yeah that is bad.Next question: what's the fastest hashing implementation that will provide the least collisions? Is there a hash implementation that's perfered for AAs?
This could be of interest http://aras-p.info/blog/2016/08/02/Hash-Functions-all-the-way-down/