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 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:25christian.heimessetrecipients: + christian.heimes, rhettinger, methane
2017-02-01 09:35:25christian.heimessetmessageid: <1485941725.96.0.953555600262.issue29410@psf.upfronthosting.co.za>
2017-02-01 09:35:25christian.heimeslinkissue29410 messages
2017-02-01 09:35:25christian.heimescreate