diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-02-17 02:27:48 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-02-17 02:27:48 +0700 |
commit | b297d99c47c51f6e0a92c42334d9a83a997d2909 (patch) | |
tree | 6f6b76a4631acc73cf6ceb11440e2ce4a8d35ac5 | |
parent | Improve ProcessBytes methods (diff) | |
download | BouncyCastle.NET-ed25519-b297d99c47c51f6e0a92c42334d9a83a997d2909.tar.xz |
Remove unused import
-rw-r--r-- | crypto/src/crypto/modes/GCMBlockCipher.cs | 1 |
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 |