From aca10f3c38a70188b4caa29b1ca32b2dd04e16bc Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Tue, 10 Jul 2018 23:21:16 +0700 Subject: EC-related updates from bc-java --- crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs') diff --git a/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs b/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs index d7838aead..808e99ea6 100644 --- a/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs +++ b/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs @@ -6,7 +6,7 @@ using Org.BouncyCastle.Utilities; namespace Org.BouncyCastle.Math.EC.Custom.Sec { internal class SecP256R1FieldElement - : ECFieldElement + : AbstractFpFieldElement { public static readonly BigInteger Q = SecP256R1Curve.q; -- cgit 1.5.1