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 methane
Recipients christian.heimes, methane, rhettinger
Date 2017-02-01.09:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485941085.33.0.74553625636.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.

OK, I'll add siphash13, instead of replacing siphash24.

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

siphash implementation uses 64bit unit.
I don't know how to implement partial update like: m.update(b'foo'); b.update(b'bar')
History
Date User Action Args
2017-02-01 09:24:45methanesetrecipients: + methane, rhettinger, christian.heimes
2017-02-01 09:24:45methanesetmessageid: <1485941085.33.0.74553625636.issue29410@psf.upfronthosting.co.za>
2017-02-01 09:24:45methanelinkissue29410 messages
2017-02-01 09:24:45methanecreate