summary refs log tree commit diff
path: root/crypto/src/util
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-02-02 19:22:45 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-02-02 19:22:45 +0700
commitae8d09df6e2fa33a138a200949a75b3c8750cc0f (patch)
treed7675a6c9e54b31688e00ceb0973b35f15b8eda5 /crypto/src/util
parentSupport null 'otherInfo' (diff)
downloadBouncyCastle.NET-ed25519-ae8d09df6e2fa33a138a200949a75b3c8750cc0f.tar.xz
Misc. cleanup after bc-fips-csharp updates
Diffstat (limited to 'crypto/src/util')
-rw-r--r--crypto/src/util/encoders/HexEncoder.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/util/encoders/HexEncoder.cs b/crypto/src/util/encoders/HexEncoder.cs
index 6ccb184d9..a36f31dbd 100644
--- a/crypto/src/util/encoders/HexEncoder.cs
+++ b/crypto/src/util/encoders/HexEncoder.cs
@@ -1,4 +1,3 @@
-using Org.BouncyCastle.Crypto;
 using System;
 using System.IO;