summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2016-01-12 21:50:20 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2016-01-12 21:50:20 +0700
commite0900e3448a8c4ae0e6591e332d6b826ee462f92 (patch)
tree6076c59961845268956d03af4ab35722adc92372 /crypto/src
parentAdd block limit to GCM (diff)
downloadBouncyCastle.NET-ed25519-e0900e3448a8c4ae0e6591e332d6b826ee462f92.tar.xz
Remove unused import
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/crypto/io/CipherStream.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/crypto/io/CipherStream.cs b/crypto/src/crypto/io/CipherStream.cs

index bfce386a7..b5e683075 100644 --- a/crypto/src/crypto/io/CipherStream.cs +++ b/crypto/src/crypto/io/CipherStream.cs
@@ -2,7 +2,6 @@ using System; using System.Diagnostics; using System.IO; -using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Crypto.IO