31 Dec
2017
31 Dec
'17
3:22 p.m.
On Sat, Dec 30, 2017 at 7:28 PM, Peter Dimov via Boost < boost@lists.boost.org> wrote:
What (non-cryptographic) hash functions should a hypothetical future Boost hash library contain? Have clear winners emerged by now? Which ones do people prefer?
SipHash is basically a given, but it's not optimized for speed.
I would assume that as many hash algorithms as possible would be added eventually. We already have MD5 and SHA1 in Boost.Uuid. More important to me is the concept definition so that all the hash algorithms can be used easily in a variety of ways. - Jim