[freenet-cvs] r15105 - trunk/freenet/src/freenet/crypt/ciphers

juiceman at freenetproject.org juiceman at freenetproject.org
Mon Sep 10 03:23:13 UTC 2007


Author: juiceman
Date: 2007-09-10 03:23:13 +0000 (Mon, 10 Sep 2007)
New Revision: 15105

Modified:
   trunk/freenet/src/freenet/crypt/ciphers/Rijndael.java
Log:
Remove a tad bit more pre-1010 cruft

Modified: trunk/freenet/src/freenet/crypt/ciphers/Rijndael.java
===================================================================
--- trunk/freenet/src/freenet/crypt/ciphers/Rijndael.java	2007-09-10 03:20:08 UTC (rev 15104)
+++ trunk/freenet/src/freenet/crypt/ciphers/Rijndael.java	2007-09-10 03:23:13 UTC (rev 15105)
@@ -37,9 +37,6 @@
 	 * Create a Rijndael instance.
 	 * @param keysize The key size.
 	 * @param blocksize The block size.
-	 * @param fakeInsecure If true, only encrypt the first 128 bits of any block. This
-	 * is insecure! It is used for backwards compatibility with old data encrypted with
-	 * the old code.
 	 * @throws UnsupportedCipherException
 	 */
 	public Rijndael(int keysize, int blocksize) throws UnsupportedCipherException {




More information about the cvs mailing list