From a793e849db8b747e72a98b6f1a2efef1e5021910 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sat, 1 Feb 2014 18:56:11 +0700 Subject: Reformatting --- crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto') diff --git a/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs b/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs index b47133676..ba48fcbac 100644 --- a/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs +++ b/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs @@ -128,9 +128,7 @@ namespace Org.BouncyCastle.Math.EC.Custom.Sec uint[] x1 = this.x; if (Nat256.IsZero(x1) || Nat256.IsOne(x1)) - { return this; - } uint[] t1 = Nat256.Create(); uint[] t2 = Nat256.Create(); -- cgit 1.4.1