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 kristjan.jonsson
Recipients gregory.p.smith, jcea, kristjan.jonsson, ncoghlan, scott.dial
Date 2010-11-24.10:02:47
SpamBayes Score 0.0047285343
Marked as misclassified No
Message-id <1290592970.04.0.559105717149.issue10430@psf.upfronthosting.co.za>
In-reply-to
Content
Found the issue and it wasn't with sha1.
Turned out that the code was doing somethign like
sha1(buffer(unicode('str'))) which exposed the endianness of the unicode representation.
Sorry for wasting your time.
History
Date User Action Args
2010-11-24 10:02:50kristjan.jonssonsetrecipients: + kristjan.jonsson, gregory.p.smith, jcea, ncoghlan, scott.dial
2010-11-24 10:02:50kristjan.jonssonsetmessageid: <1290592970.04.0.559105717149.issue10430@psf.upfronthosting.co.za>
2010-11-24 10:02:47kristjan.jonssonlinkissue10430 messages
2010-11-24 10:02:47kristjan.jonssoncreate