Remove unused, incorrect a value

This was presumably added for use with formulas that use two multiplications by
small constants (i.e., 121665 and 121666) instead of one multiplication by a
large constant (i.e., -121665/121666), but we don't use those formulas.
This commit is contained in:
Henry de Valence 2017-01-08 14:56:58 -05:00
parent 8fb9e44dd2
commit 8a5332b220

View file

@ -20,8 +20,6 @@
use field::FieldElement;
use curve::PreComputedPoint;
pub const a: FieldElement = FieldElement([
121665, 0, 0, 0, 0, 0, 0, 0, 0, 0, ]);
pub const d: FieldElement = FieldElement([
-10913610, 13857413, -15372611, 6949391, 114729,
-8787816, -6275908, -3247719, -18696448, -12055116, ]);