This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients christian.heimes, ncoghlan, pitrou, python-dev, serhiy.storchaka
Date 2013-10-07.15:12:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381158746.99.0.961178195715.issue19183@psf.upfronthosting.co.za>
In-reply-to
Content
Since hash algorithm determined at compile time, the _Py_HashSecret_t structure and the _Py_HashSecret function are redundant. We need define only the _Py_HashBytes function.

Currently SipHash algorithm doesn't work with unaligned data.
History
Date User Action Args
2013-10-07 15:12:27serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pitrou, christian.heimes, python-dev
2013-10-07 15:12:26serhiy.storchakasetmessageid: <1381158746.99.0.961178195715.issue19183@psf.upfronthosting.co.za>
2013-10-07 15:12:26serhiy.storchakalinkissue19183 messages
2013-10-07 15:12:26serhiy.storchakacreate