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