diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-07-18 00:37:15 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-07-18 00:37:15 +0700 |
commit | 05aabf97882be003a69f7d9e47012c3dd0338a7b (patch) | |
tree | 11c54d265a4eb89a1eb474ca2754eb5defc0b687 /crypto/src/asn1 | |
parent | Straighten out ECGOST3410NamedCurves (diff) | |
download | BouncyCastle.NET-ed25519-05aabf97882be003a69f7d9e47012c3dd0338a7b.tar.xz |
Remove unused code
Diffstat (limited to 'crypto/src/asn1')
-rw-r--r-- | crypto/src/asn1/gm/GMNamedCurves.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/src/asn1/gm/GMNamedCurves.cs b/crypto/src/asn1/gm/GMNamedCurves.cs index 97485e258..866733cc6 100644 --- a/crypto/src/asn1/gm/GMNamedCurves.cs +++ b/crypto/src/asn1/gm/GMNamedCurves.cs @@ -4,7 +4,6 @@ using System.Collections; using Org.BouncyCastle.Asn1.X9; using Org.BouncyCastle.Math; using Org.BouncyCastle.Math.EC; -using Org.BouncyCastle.Math.EC.Endo; using Org.BouncyCastle.Math.EC.Multiplier; using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Collections; |