[New-bugs-announce] [issue16113] Add SHA-3 (Keccak) support

Christian Heimes report at bugs.python.org
Wed Oct 3 05:10:04 CEST 2012


New submission from Christian Heimes:

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/

----------
components: Extension Modules
messages: 171848
nosy: christian.heimes
priority: normal
severity: normal
status: open
title: Add SHA-3 (Keccak) support
type: enhancement
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16113>
_______________________________________


More information about the New-bugs-announce mailing list