I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 9d0bafb8 authored by zzz's avatar zzz
Browse files

comment out debug code in initialization

parent 11196126
No related branches found
No related tags found
No related merge requests found
...@@ -214,6 +214,7 @@ public final class CryptixRijndael_Algorithm // implicit no-argument constructor ...@@ -214,6 +214,7 @@ public final class CryptixRijndael_Algorithm // implicit no-argument constructor
for (t = 1; t < 30;) for (t = 1; t < 30;)
_rcon[t++] = (byte) (r = mul(2, r)); _rcon[t++] = (byte) (r = mul(2, r));
/****
time = Clock.getInstance().now() - time; time = Clock.getInstance().now() - time;
if (_RDEBUG && _debuglevel > 8) { if (_RDEBUG && _debuglevel > 8) {
...@@ -341,6 +342,7 @@ public final class CryptixRijndael_Algorithm // implicit no-argument constructor ...@@ -341,6 +342,7 @@ public final class CryptixRijndael_Algorithm // implicit no-argument constructor
System.out.println("Total initialization time: " + time + " ms."); System.out.println("Total initialization time: " + time + " ms.");
System.out.println(); System.out.println();
} }
****/
} }
// multiply two elements of GF(2^m) // multiply two elements of GF(2^m)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment