[freenet-cvs] r11713 - trunk/freenet/src/freenet/crypt

toad at freenetproject.org toad at freenetproject.org
Fri Feb 9 18:19:25 UTC 2007


Author: toad
Date: 2007-02-09 18:19:18 +0000 (Fri, 09 Feb 2007)
New Revision: 11713

Modified:
   trunk/freenet/src/freenet/crypt/DSAGroup.java
Log:
Enable laziness

Modified: trunk/freenet/src/freenet/crypt/DSAGroup.java
===================================================================
--- trunk/freenet/src/freenet/crypt/DSAGroup.java	2007-02-09 18:16:23 UTC (rev 11712)
+++ trunk/freenet/src/freenet/crypt/DSAGroup.java	2007-02-09 18:19:18 UTC (rev 11713)
@@ -43,7 +43,6 @@
         this.g = g;
         if(p.signum() != 1 || q.signum() != 1 || g.signum() != 1)
         	throw new IllegalArgumentException();
-        updateCachedHexStrings();
     }
 
     public DSAGroup(String pAsHexString, String qAsHexString,




More information about the cvs mailing list