summary refs log tree commit diff
path: root/crypto/src/math
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-02-01 18:56:11 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-02-01 18:56:11 +0700
commita793e849db8b747e72a98b6f1a2efef1e5021910 (patch)
tree7d24016917b2427dc8d86e0cc060b2b91b7dacc9 /crypto/src/math
parentReformat (diff)
downloadBouncyCastle.NET-ed25519-a793e849db8b747e72a98b6f1a2efef1e5021910.tar.xz
Reformatting
Diffstat (limited to 'crypto/src/math')
-rw-r--r--crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs2
1 files changed, 0 insertions, 2 deletions
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();