From: SourceForge.net <no...@so...> - 2006-04-16 17:43:31
|
Bugs item #1471372, was opened at 2006-04-16 10:43 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=1471372&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 AllOrNothing transform. Initial Comment: (I think I've got the following right, forgive me if it's a mistake on my part. I'm still new to all this :) In Crypto.Protocol.AllOrNothing the digest method will create blocks of invalid size 0.3-0.4% of the time for random input cases. The reason for this a long_to_bytes() call without the blocksize parameter specified, which defaults to zero. Included is a patch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=120937&aid=1471372&group_id=20937 |