Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #30899
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1349554095; bh=B5A/XafcTITzwq3XEagBK9W7YiA3yFRyxyjz4GMSwMo=; h=To:From:Subject:Date:Message-ID:Mime-Version:Content-Type: Content-Transfer-Encoding; b=yYwipHAfAyQhkLP2z4VNO3SWckWEjuF2ddV+L5sqJi6rxLQC5JxKdwKccw3W0eOz9 FLbeWwB3QUmE6XOGA82S3/a5AoW58dYerD1YXr/OdAiACwDKdf5RsUEqOsKZ3LQCSO VfrP0Oarz6dBlRyvVfWgQvOQ2zLDZeHtFlS/Y1K0= |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'algorithm': 0.03; 'output': 0.04; 'bits': 0.07; 'implements': 0.07; 'subject:released': 0.07; 'python': 0.09; 'merged': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'x86_64': 0.09; 'extension': 0.13; 'digest': 0.15; '0.2.1': 0.16; '3.3.': 0.16; '384': 0.16; '[1].': 0.16; 'binaries': 0.16; 'from:name:christian heimes': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'from:addr:python.org': 0.17; 'subject:] ': 0.19; 'windows': 0.19; 'module': 0.19; 'versions': 0.20; '3.2': 0.22; 'gcc': 0.22; 'branch': 0.23; "i've": 0.23; 'linux': 0.24; 'header:User-Agent:1': 0.26; 'charset:iso-8859-15': 0.26; 'supported': 0.26; '[1]': 0.27; '[2]': 0.27; 'header:X -Complaints-To:1': 0.28; 'url:python': 0.32; 'to:addr:python- list': 0.33; 'version': 0.34; 'christian': 0.34; 'too.': 0.35; 'received:org': 0.36; 'url:org': 0.36; 'subject:[': 0.37; 'to:addr:python.org': 0.39; 'hello,': 0.39; 'header:Received:5': 0.40; 'days': 0.60; 'hours': 0.66; 'ago.': 0.66; 'today': 0.67; '4.6': 0.84; '512': 0.84; 'officially': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Christian Heimes <christian@python.org> |
| Subject | [ann] pysha3 0.2.1 released |
| Date | Sat, 06 Oct 2012 22:08:03 +0200 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-15 |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | g228168120.adsl.alicedsl.de |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1910.1349554097.27098.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1349554097 news.xs4all.nl 6966 [2001:888:2000:d::a6]:38024 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:30899 |
Show key headers only | View raw
Hello, today I've released pysha3 0.2.1 [1]. It's a standalone version of the SHA-3 extension that I merged into CPython's development branch (future 3.4) a couple of hours ago. It provides the Keccak [2] cryptographic hashing algorithm that was officially selected as SHA-3 by NIST a four days ago. The module implements 224, 256, 384 and 512 bits digest size. Arbitrarily-long output is not supported by the module as it's not part of the NIST interface. pysha3 is available for Python 2.6, 2.7, 3.2 and 3.3. It has been tested on Linux (X86, X86_64 with gcc 4.6 and clang), FreeBSD and Windows (X86, X86_64). 32 and 64bit Windows binaries for all supported Python versions are available on PyPI, too. Have fun, Christian [1] http://pypi.python.org/pypi/pysha3 [2] http://keccak.noekeon.org/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
[ann] pysha3 0.2.1 released Christian Heimes <christian@python.org> - 2012-10-06 22:08 +0200
csiph-web