summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-02-17 02:27:48 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-02-17 02:27:48 +0700
commitb297d99c47c51f6e0a92c42334d9a83a997d2909 (patch)
tree6f6b76a4631acc73cf6ceb11440e2ce4a8d35ac5
parentImprove ProcessBytes methods (diff)
downloadBouncyCastle.NET-ed25519-b297d99c47c51f6e0a92c42334d9a83a997d2909.tar.xz
Remove unused import
-rw-r--r--crypto/src/crypto/modes/GCMBlockCipher.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/crypto/modes/GCMBlockCipher.cs b/crypto/src/crypto/modes/GCMBlockCipher.cs
index 7ed17030b..05bb7fc21 100644
--- a/crypto/src/crypto/modes/GCMBlockCipher.cs
+++ b/crypto/src/crypto/modes/GCMBlockCipher.cs
@@ -14,7 +14,6 @@ using Org.BouncyCastle.Crypto.Engines;
 using Org.BouncyCastle.Crypto.Modes.Gcm;
 using Org.BouncyCastle.Crypto.Parameters;
 using Org.BouncyCastle.Crypto.Utilities;
-using Org.BouncyCastle.Math.EC;
 using Org.BouncyCastle.Utilities;
 
 namespace Org.BouncyCastle.Crypto.Modes