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-21 11:14:56 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2013-05-21 11:14:56 +0400
commit1b3b23087543e8d464f7b2ee1033ea226100a74d (patch)
tree42e09dc3bec377c02e531274f6d5b64565aa75d3
parent3fe64b0c3022a491ab7e2303f7881c1a5eba20cc (diff)
clean up
-rw-r--r--src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSignatureKeyTest.java24
-rw-r--r--src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSignerTest.java24
-rw-r--r--src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSigningParametersTest.java24
3 files changed, 3 insertions, 69 deletions
diff --git a/src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSignatureKeyTest.java b/src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSignatureKeyTest.java
index b9e84fb5..a8d89604 100644
--- a/src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSignatureKeyTest.java
+++ b/src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSignatureKeyTest.java
@@ -1,25 +1,3 @@
-/**
- * Copyright (c) 2011 Tim Buktu (tbuktu@hotmail.com)
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- */
-
package org.bouncycastle.pqc.crypto.test;
import java.io.ByteArrayInputStream;
@@ -71,4 +49,4 @@ public class NTRUSignatureKeyTest
assertEquals(kPub, kp3.getPublic());
assertEquals(kPriv, kp3.getPrivate());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSignerTest.java b/src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSignerTest.java
index 2459cc2b..bd1a4e56 100644
--- a/src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSignerTest.java
+++ b/src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSignerTest.java
@@ -1,25 +1,3 @@
-/**
- * Copyright (c) 2011 Tim Buktu (tbuktu@hotmail.com)
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- */
-
package org.bouncycastle.pqc.crypto.test;
@@ -322,4 +300,4 @@ public class NTRUSignerTest
return super.createMsgRep(hash, i);
}
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSigningParametersTest.java b/src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSigningParametersTest.java
index 0e611793..89aa3f9c 100644
--- a/src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSigningParametersTest.java
+++ b/src/test/java/org/bouncycastle/pqc/crypto/test/NTRUSigningParametersTest.java
@@ -1,25 +1,3 @@
-/**
- * Copyright (c) 2011 Tim Buktu (tbuktu@hotmail.com)
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- */
-
package org.bouncycastle.pqc.crypto.test;
import java.io.ByteArrayInputStream;
@@ -69,4 +47,4 @@ public class NTRUSigningParametersTest
for (NTRUSigningKeyGenerationParameters params: new NTRUSigningKeyGenerationParameters[] {NTRUSigningKeyGenerationParameters.TEST157, NTRUSigningKeyGenerationParameters.TEST157_PROD})
assertEquals(params, params.clone());
}
-} \ No newline at end of file
+}