Message 286600 - Python tracker
Message286600
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, methane, rhettinger |
| Date | 2017-02-01.09:14:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1485940498.52.0.731443649589.issue29410@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-01 09:14:58 | christian.heimes | set | recipients: + christian.heimes, rhettinger, methane |
| 2017-02-01 09:14:58 | christian.heimes | set | messageid: <1485940498.52.0.731443649589.issue29410@psf.upfronthosting.co.za> |
| 2017-02-01 09:14:58 | christian.heimes | link | issue29410 messages |
| 2017-02-01 09:14:58 | christian.heimes | create | |