diff options
Diffstat (limited to 'crypto/src/math/ec/custom/sec/SecP192K1FieldElement.cs')
-rw-r--r-- | crypto/src/math/ec/custom/sec/SecP192K1FieldElement.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/src/math/ec/custom/sec/SecP192K1FieldElement.cs b/crypto/src/math/ec/custom/sec/SecP192K1FieldElement.cs index 2d1f79367..ba2897ae4 100644 --- a/crypto/src/math/ec/custom/sec/SecP192K1FieldElement.cs +++ b/crypto/src/math/ec/custom/sec/SecP192K1FieldElement.cs @@ -137,9 +137,7 @@ namespace Org.BouncyCastle.Math.EC.Custom.Sec uint[] x1 = this.x; if (Nat192.IsZero(x1) || Nat192.IsOne(x1)) - { return this; - } uint[] x2 = Nat192.Create(); SecP192K1Field.Square(x1, x2); |