diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-10-06 13:56:04 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-10-06 13:56:04 +0700 |
commit | 6e22e1fddd640de47f11dd747a105413ed161755 (patch) | |
tree | 2ab02ae86d719bbc73be8675cae58533fccf168a | |
parent | Refactor stackalloc usage (diff) | |
download | BouncyCastle.NET-ed25519-6e22e1fddd640de47f11dd747a105413ed161755.tar.xz |
Fix extraneous using
-rw-r--r-- | crypto/src/math/ec/rfc8032/Ed448.cs | 1 |
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> |