Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv14013/src/freenet

Modified Files:
        Key.java 
Log Message:
And make them useable by others too..

Index: Key.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Key.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -w -r1.9 -r1.10
--- Key.java    4 Nov 2003 08:18:40 -0000       1.9
+++ Key.java    4 Nov 2003 08:21:12 -0000       1.10
@@ -36,8 +36,8 @@
                             LOG2_MINSIZE = 10;
        
     public static final int KEYBYTES = 23;
-       static final BigInteger keyspace = BigInteger.ONE.shiftLeft(Key.KEYBYTES << 3);
-       static final BigInteger halfkeyspace = BigInteger.ONE.shiftLeft((Key.KEYBYTES 
<< 3) - 1);
+       public static final BigInteger keyspace = 
BigInteger.ONE.shiftLeft(Key.KEYBYTES << 3);
+       public static final BigInteger halfkeyspace = 
BigInteger.ONE.shiftLeft((Key.KEYBYTES << 3) - 1);
 
     private static final Hashtable keytypes = new Hashtable();
 

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to