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-03.03:10:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349233804.79.0.00772371618682.issue16113@psf.upfronthosting.co.za>
In-reply-to
Content
Today the latest crypto hash function was announced by NIST [1]. I suggest that we include the new hash algorithm in 3.4 once it lands in OpenSSL.

The Keccak site also has a reference implementation in C and Assembler [2]. It may take some effort to integrate the reference implementation as it contains several optimized backends for X86, X86_64, SIMD and various ARM platforms.

[1] http://www.nist.gov/itl/csd/sha-100212.cfm
[2] http://keccak.noekeon.org/
History
Date User Action Args
2012-10-03 03:10:04christian.heimessetrecipients: + christian.heimes
2012-10-03 03:10:04christian.heimessetmessageid: <1349233804.79.0.00772371618682.issue16113@psf.upfronthosting.co.za>
2012-10-03 03:10:04christian.heimeslinkissue16113 messages
2012-10-03 03:10:03christian.heimescreate