Christian Heimes added the comment:

PEP 456 defines an API to add more hashing algorithms and make the selection of 
hash algorithm a compile time option. We can easily add SipHash-1-3 and make it 
the default algorithm. Vendors then can select between FNV2, SipHash-1-3 and 
SipHash-2-4.

On another note should we add SipHash-2-4 and 1-3 PRF to the hashlib mode?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29410>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to