Author: nextgens
Date: 2007-10-24 09:44:43 +0000 (Wed, 24 Oct 2007)
New Revision: 15521

Modified:
   trunk/freenet/src/freenet/crypt/DiffieHellman.java
Log:
Update a comment with a new link

Modified: trunk/freenet/src/freenet/crypt/DiffieHellman.java
===================================================================
--- trunk/freenet/src/freenet/crypt/DiffieHellman.java  2007-10-24 09:42:00 UTC 
(rev 15520)
+++ trunk/freenet/src/freenet/crypt/DiffieHellman.java  2007-10-24 09:44:43 UTC 
(rev 15521)
@@ -160,6 +160,7 @@
         * @return a boolean: whether the DH exponential provided is acceptable 
or not
         * 
         * @see http://securitytracker.com/alerts/2005/Aug/1014739.html
+        * @see http://www.it.iitb.ac.in/~praj/acads/netsec/FinalReport.pdf
         */
        public static boolean checkDHExponentialValidity(Class caller, 
BigInteger exponential) {
                int onesCount=0, zerosCount=0;


Reply via email to