Message 286605 - Python tracker
Message286605
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, methane, rhettinger |
| Date | 2017-02-01.09:35:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1485941725.96.0.953555600262.issue29410@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I added SipHash13 as additional hash algorithm in https://github.com/tiran/cpython/tree/siphash13 . Still need to verify the finalizer. For hashlib I'd need to move to a different implementation of SipHash. The implementation in pyhash.c is optimized for speed and has a fixed key. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-01 09:35:25 | christian.heimes | set | recipients: + christian.heimes, rhettinger, methane |
| 2017-02-01 09:35:25 | christian.heimes | set | messageid: <1485941725.96.0.953555600262.issue29410@psf.upfronthosting.co.za> |
| 2017-02-01 09:35:25 | christian.heimes | link | issue29410 messages |
| 2017-02-01 09:35:25 | christian.heimes | create | |