From 144b0664aa8f22dfd1e4a9cde526cda81a1ed252 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 29 Jul 2019 22:18:16 +0700 Subject: Remove unused imports --- crypto/test/src/math/ec/custom/sec/test/SecP128R1FieldTest.cs | 4 ---- 1 file changed, 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 -- cgit 1.4.1