From 814bf4c5e6e79dd20661786a5a32b5b287d252da Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 19 Oct 2017 19:03:55 +0100 Subject: [PATCH] utils/curve25519.sage: Remove second definition of `A0'. --- utils/curve25519.sage | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/curve25519.sage b/utils/curve25519.sage index 24e74b12..f5375a79 100644 --- a/utils/curve25519.sage +++ b/utils/curve25519.sage @@ -222,8 +222,6 @@ assert 5*quosqrt(k(4), k(5))^2 == 4 ###-------------------------------------------------------------------------- ### The Montgomery ladder. -A0 = (A - 2)/4 - def x25519(n, x1): ## Let Q = (x_1 : y_1 : 1) be an input point. We calculate -- 2.11.0