diff options
Diffstat (limited to 'crypto/src/math/ec/custom/sec/SecP128R1Curve.cs')
-rw-r--r-- | crypto/src/math/ec/custom/sec/SecP128R1Curve.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/math/ec/custom/sec/SecP128R1Curve.cs b/crypto/src/math/ec/custom/sec/SecP128R1Curve.cs index a5fc338da..5fa18d470 100644 --- a/crypto/src/math/ec/custom/sec/SecP128R1Curve.cs +++ b/crypto/src/math/ec/custom/sec/SecP128R1Curve.cs @@ -18,7 +18,7 @@ namespace Org.BouncyCastle.Math.EC.Custom.Sec protected readonly SecP128R1Point m_infinity; public SecP128R1Curve() - : base(q) + : base(q, true) { this.m_infinity = new SecP128R1Point(this, null, null); |