summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecT131R2Point.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2020-07-17 21:13:43 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-07-17 21:13:43 +0700
commite2e5ddf4bac17add70fa663bb0c47f369c4212c4 (patch)
treec995e50c181682a0ccee18e0d3f3e04cbc836b61 /crypto/src/math/ec/custom/sec/SecT131R2Point.cs
parentUse rotates from utility class (diff)
downloadBouncyCastle.NET-ed25519-e2e5ddf4bac17add70fa663bb0c47f369c4212c4.tar.xz
Spelling
Diffstat (limited to 'crypto/src/math/ec/custom/sec/SecT131R2Point.cs')
-rw-r--r--crypto/src/math/ec/custom/sec/SecT131R2Point.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/math/ec/custom/sec/SecT131R2Point.cs b/crypto/src/math/ec/custom/sec/SecT131R2Point.cs
index be61561da..5d06049bc 100644
--- a/crypto/src/math/ec/custom/sec/SecT131R2Point.cs
+++ b/crypto/src/math/ec/custom/sec/SecT131R2Point.cs
@@ -184,7 +184,7 @@ namespace Org.BouncyCastle.Math.EC.Custom.Sec
             ECFieldElement X1 = this.RawXCoord;
             if (X1.IsZero)
             {
-                // A point with X == 0 is it's own Additive inverse
+                // A point with X == 0 is its own additive inverse
                 return curve.Infinity;
             }
 
@@ -222,7 +222,7 @@ namespace Org.BouncyCastle.Math.EC.Custom.Sec
             ECFieldElement X1 = this.RawXCoord;
             if (X1.IsZero)
             {
-                // A point with X == 0 is it's own Additive inverse
+                // A point with X == 0 is its own additive inverse
                 return b;
             }