Skip to content

Commit d73b9c7

Browse files
author
gefeili
committed
Remove the debug code in SparkleTest
1 parent bee11a9 commit d73b9c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/src/test/java/org/bouncycastle/crypto/test/SparkleTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,10 @@ private void implTestVectorsEngine(SparkleEngine.SparkleParameters pbp, String f
379379
byte[] ad = Hex.decode(map.get("AD"));
380380
byte[] pt = Hex.decode(map.get("PT"));
381381
byte[] ct = Hex.decode(map.get("CT"));
382-
if (!map.get("Count").equals("17"))
383-
{
384-
continue;
385-
}
382+
// if (!map.get("Count").equals("17"))
383+
// {
384+
// continue;
385+
// }
386386
CipherParameters parameters = new ParametersWithIV(new KeyParameter(key), nonce);
387387

388388
// Encrypt

0 commit comments

Comments
 (0)