summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2019-07-29 22:18:16 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2019-07-29 22:18:16 +0700
commit144b0664aa8f22dfd1e4a9cde526cda81a1ed252 (patch)
treeba7164f3de617d30def11ccb5b89fe97cf207b4a
parentFix field reduction for custom secp128r1 curve (diff)
downloadBouncyCastle.NET-ed25519-144b0664aa8f22dfd1e4a9cde526cda81a1ed252.tar.xz
Remove unused imports
-rw-r--r--crypto/test/src/math/ec/custom/sec/test/SecP128R1FieldTest.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/test/src/math/ec/custom/sec/test/SecP128R1FieldTest.cs b/crypto/test/src/math/ec/custom/sec/test/SecP128R1FieldTest.cs
index 211d95c9c..40e1a61c1 100644
--- a/crypto/test/src/math/ec/custom/sec/test/SecP128R1FieldTest.cs
+++ b/crypto/test/src/math/ec/custom/sec/test/SecP128R1FieldTest.cs
@@ -2,11 +2,7 @@
 
 using NUnit.Framework;
 
-using Org.BouncyCastle.Asn1.Sec;
-using Org.BouncyCastle.Asn1.X9;
-using Org.BouncyCastle.Crypto.EC;
 using Org.BouncyCastle.Math.Raw;
-using Org.BouncyCastle.Security;
 using Org.BouncyCastle.Utilities;
 
 namespace Org.BouncyCastle.Math.EC.Custom.Sec.Tests