summary refs log tree commit diff
path: root/crypto/test/src/tsp
diff options
context:
space:
mode:
authormw <megan@cryptoworkshop.com>2020-10-28 15:49:41 +1100
committermw <megan@cryptoworkshop.com>2020-10-28 15:49:41 +1100
commit64754bc98150efd15305a861a6b6c420db163635 (patch)
tree9b5173eee30c681923f190a595e8a7a37b277605 /crypto/test/src/tsp
parentMerge branch 'master' of git.bouncycastle.org:bc-csharp into master (diff)
downloadBouncyCastle.NET-ed25519-64754bc98150efd15305a861a6b6c420db163635.tar.xz
Added CSHAKEDigest, KMac, removed unused import from NewTspTest
Diffstat (limited to 'crypto/test/src/tsp')
-rw-r--r--crypto/test/src/tsp/test/NewTspTest.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/test/src/tsp/test/NewTspTest.cs b/crypto/test/src/tsp/test/NewTspTest.cs
index 6437064c1..dd2f084f2 100644
--- a/crypto/test/src/tsp/test/NewTspTest.cs
+++ b/crypto/test/src/tsp/test/NewTspTest.cs
@@ -10,7 +10,6 @@ using Org.BouncyCastle.Asn1.X509;
 using Org.BouncyCastle.Cms;
 using Org.BouncyCastle.Crypto;
 using Org.BouncyCastle.Crypto.Operators;
-using Org.BouncyCastle.Crypto.Tls;
 using Org.BouncyCastle.Math;
 using Org.BouncyCastle.Utilities;
 using Org.BouncyCastle.Utilities.Date;