From zooko at zooko.com Mon Sep 20 09:47:24 2010 From: zooko at zooko.com (Zooko O'Whielacronx) Date: Mon, 20 Sep 2010 01:47:24 -0600 Subject: [python-crypto] announcing pycryptopp-0.5.20 Message-ID: Folks: I maintain a little package to make RSA, AES, and SHA-256 implementations from the Crypto++ library callable from Python. http://tahoe-lafs.org/trac/pycryptopp Regards, Zooko 2010-09-18 -- pycryptopp v0.5.20 The following things are new in this release: * fix bugs in assembly implementation of SHA-256 from Crypto++ * fix it to compile on *BSD (#39) * improve doc strings * add a quick start-up-self-test of SHA256 (#43) * execute the quick start-up-self-tests of AES and SHA256 on module import