From 974b1a6ac1696b759dd0fbd4c31e83995f6e07a2 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sat, 28 Sep 2013 20:17:31 +0700 Subject: Enable lambda-projective support though there are still some problems with the test cases --- core/src/main/java/org/bouncycastle/math/ec/ECCurve.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/main/java/org/bouncycastle/math') diff --git a/core/src/main/java/org/bouncycastle/math/ec/ECCurve.java b/core/src/main/java/org/bouncycastle/math/ec/ECCurve.java index 0bbf16d2..dcb41f5c 100644 --- a/core/src/main/java/org/bouncycastle/math/ec/ECCurve.java +++ b/core/src/main/java/org/bouncycastle/math/ec/ECCurve.java @@ -685,7 +685,7 @@ public abstract class ECCurve switch (coord) { case COORD_AFFINE: -// case COORD_LAMBDA_PROJECTIVE: + case COORD_LAMBDA_PROJECTIVE: return true; default: return false; -- cgit v1.2.3