diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-02-02 19:22:45 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-02-02 19:22:45 +0700 |
commit | ae8d09df6e2fa33a138a200949a75b3c8750cc0f (patch) | |
tree | d7675a6c9e54b31688e00ceb0973b35f15b8eda5 /crypto/src/util | |
parent | Support null 'otherInfo' (diff) | |
download | BouncyCastle.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.cs | 1 |
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; |