summary refs log tree commit diff
path: root/crypto/src/asn1/gm
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2020-07-18 00:37:15 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-07-18 00:37:15 +0700
commit05aabf97882be003a69f7d9e47012c3dd0338a7b (patch)
tree11c54d265a4eb89a1eb474ca2754eb5defc0b687 /crypto/src/asn1/gm
parentStraighten out ECGOST3410NamedCurves (diff)
downloadBouncyCastle.NET-ed25519-05aabf97882be003a69f7d9e47012c3dd0338a7b.tar.xz
Remove unused code
Diffstat (limited to 'crypto/src/asn1/gm')
-rw-r--r--crypto/src/asn1/gm/GMNamedCurves.cs1
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;