diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-09-16 15:12:49 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-09-16 15:12:49 +0700 |
commit | 65aabb84f67f3f726a6b7e08c73bdd58aa6b8425 (patch) | |
tree | 4f70fa6efce45798afa7f051e5d76ec1abf67fe3 /crypto/test | |
parent | Port of SM2Signer from Java (diff) | |
download | BouncyCastle.NET-ed25519-65aabb84f67f3f726a6b7e08c73bdd58aa6b8425.tar.xz |
SM2 signing cleanup
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/crypto/test/SM2SignerTest.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/test/src/crypto/test/SM2SignerTest.cs b/crypto/test/src/crypto/test/SM2SignerTest.cs index a79793016..5904c95a7 100644 --- a/crypto/test/src/crypto/test/SM2SignerTest.cs +++ b/crypto/test/src/crypto/test/SM2SignerTest.cs @@ -4,7 +4,6 @@ using System.IO; using NUnit.Framework; using Org.BouncyCastle.Asn1; -using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto.Generators; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Crypto.Signers; |