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
Date 2012-10-14.20:15:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350245755.11.0.901944251293.issue16234@psf.upfronthosting.co.za>
In-reply-to
Content
HMAC-SHA3 hasn't been specified yet. Once an official RFC or NIST document is out I can implement the correct block_size attribute and add test vectors. In the mean time I'm disabling SHA3 by returning NotImplemented from block_size.

This ticket a reminder for myself.
History
Date User Action Args
2012-10-14 20:15:55christian.heimessetrecipients: + christian.heimes
2012-10-14 20:15:55christian.heimessetmessageid: <1350245755.11.0.901944251293.issue16234@psf.upfronthosting.co.za>
2012-10-14 20:15:55christian.heimeslinkissue16234 messages
2012-10-14 20:15:54christian.heimescreate