Message199146
| 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:27 | serhiy.storchaka | set | recipients: + serhiy.storchaka, ncoghlan, pitrou, christian.heimes, python-dev |
| 2013-10-07 15:12:26 | serhiy.storchaka | set | messageid: <1381158746.99.0.961178195715.issue19183@psf.upfronthosting.co.za> |
| 2013-10-07 15:12:26 | serhiy.storchaka | link | issue19183 messages |
| 2013-10-07 15:12:26 | serhiy.storchaka | create | |