projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef546da
)
trailing-whitespace eradication, no functional changes
author
Brian Warner
<warner@allmydata.com>
Thu, 1 Nov 2007 22:33:41 +0000
(15:33 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 1 Nov 2007 22:33:41 +0000
(15:33 -0700)
src/allmydata/Crypto/PublicKey/RSA.py
patch
|
blob
|
history
diff --git
a/src/allmydata/Crypto/PublicKey/RSA.py
b/src/allmydata/Crypto/PublicKey/RSA.py
index 6453373f53fd6f30d6fcd0bd1af4565cd0366c32..b85e3b3aafb9950fa84c5da464e0e28436bc9b85 100644
(file)
--- a/
src/allmydata/Crypto/PublicKey/RSA.py
+++ b/
src/allmydata/Crypto/PublicKey/RSA.py
@@
-73,7
+73,7
@@
def construct(tuple):
field = obj.keydata[i]
setattr(obj, field, tuple[i])
if len(tuple) >= 5:
- # Ensure p is smaller than q
+ # Ensure p is smaller than q
if obj.p>obj.q:
(obj.p, obj.q)=(obj.q, obj.p)