summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-10-06 13:56:04 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-10-06 13:56:04 +0700
commit6e22e1fddd640de47f11dd747a105413ed161755 (patch)
tree2ab02ae86d719bbc73be8675cae58533fccf168a /crypto/src
parentRefactor stackalloc usage (diff)
downloadBouncyCastle.NET-ed25519-6e22e1fddd640de47f11dd747a105413ed161755.tar.xz
Fix extraneous using
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/math/ec/rfc8032/Ed448.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/math/ec/rfc8032/Ed448.cs b/crypto/src/math/ec/rfc8032/Ed448.cs
index b6bacd179..24dab540a 100644
--- a/crypto/src/math/ec/rfc8032/Ed448.cs
+++ b/crypto/src/math/ec/rfc8032/Ed448.cs
@@ -9,7 +9,6 @@ using Org.BouncyCastle.Utilities;
 
 namespace Org.BouncyCastle.Math.EC.Rfc8032
 {
-    using static Org.BouncyCastle.Pqc.Crypto.Picnic.Signature;
     using F = Rfc7748.X448Field;
 
     /// <summary>