Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-02-01 14:11:45 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-02-01 14:11:45 +0400
commit63829f86919598e3f04b00297facd32e097ec90f (patch)
treef9bc61f265d507431180b66aaa34900f6e58d6a8 /core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.java
parent13ccbc4022c308d6a2d615949ddd72eed2b1b22e (diff)
Code cleanup
Diffstat (limited to 'core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.java')
-rw-r--r--core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.java b/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.java
index c6f8986b..b01a20d6 100644
--- a/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.java
+++ b/core/src/main/java/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.java
@@ -121,7 +121,6 @@ public class SecP256R1FieldElement extends ECFieldElement
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.