From: SourceForge.net <no...@so...> - 2006-04-20 14:25:44
|
Bugs item #1473572, was opened at 2006-04-20 07:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=120937&aid=1473572&group_id=20937 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Bug in cfb mode with segment_size Initial Comment: After the following lines you get a 'Floating point exception' and Python interpreter crashes: Python 2.3.5 (#2, Mar 6 2006, 10:12:24) [GCC 4.0.3 20060304 (prerelease) (Debian 4.0.2-10)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import Crypto.Cipher.AES >>> AES= Crypto.Cipher.AES >>> obj = AES.new('0123456789abcdef', AES.MODE_CFB, segment_size=4) >>> obj.encrypt('Anything') ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=120937&aid=1473572&group_id=20937 |