Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2013-05-12 11:18:36 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2013-05-12 11:18:36 +0400
commit1ccbb380eb068926e9adc448a0ab1125e38ad0ec (patch)
treea4e758a48125a572d85026e61b41be822d0f6548
parent70ea15e19d93c86219581f802beff8abd351b4ec (diff)
minor cleanup
-rw-r--r--src/test/java/org/bouncycastle/crypto/prng/test/CTRDRBGTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/java/org/bouncycastle/crypto/prng/test/CTRDRBGTest.java b/src/test/java/org/bouncycastle/crypto/prng/test/CTRDRBGTest.java
index 3ff32a4d..ca555c18 100644
--- a/src/test/java/org/bouncycastle/crypto/prng/test/CTRDRBGTest.java
+++ b/src/test/java/org/bouncycastle/crypto/prng/test/CTRDRBGTest.java
@@ -482,8 +482,6 @@ public class CTRDRBGTest
if (!Arrays.areEqual(((KeyParameter)params).getKey(), k))
{
- System.err.println(new String(Hex.encode(((KeyParameter)params).getKey())));
- System.err.println(new String(Hex.encode(k))) ;
fail("key not odd parity");
}