summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-01-31 14:05:29 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-01-31 14:05:29 +0700
commit4609a835b2c5029885c51ba071c37ad54476b21e (patch)
treed77735c554a1d608a2d07d84ce1f9ef666c1589d /crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs
parentUnroll MulWordAddExt (diff)
downloadBouncyCastle.NET-ed25519-4609a835b2c5029885c51ba071c37ad54476b21e.tar.xz
Refactoring
Diffstat (limited to 'crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs')
-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 650f12aaf..b47133676 100644
--- a/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs
+++ b/crypto/src/math/ec/custom/sec/SecP256R1FieldElement.cs
@@ -1,5 +1,4 @@
 using System;
-using System.Diagnostics;
 
 using Org.BouncyCastle.Utilities;
 
@@ -119,7 +118,6 @@ namespace Org.BouncyCastle.Math.EC.Custom.Sec
             return new SecP256R1FieldElement(z);
         }
 
-        // D.1.4 91
         /**
          * return a sqrt root - the routine verifies that the calculation returns the right value - if
          * none exists it returns null.