Shorten docstring on monty A value

This commit is contained in:
Henry de Valence 2017-01-08 15:04:34 -05:00
parent 8a5332b220
commit 7ee568780b

View file

@ -30,8 +30,7 @@ pub const SQRT_M1: FieldElement = FieldElement([
-32595792, -7943725, 9377950, 3500415, 12389472,
-272473, -25146209, -2005654, 326686, 11406482, ]);
/// When we define the curve according to the form y² = x³+Ax²+Bx,
/// we get A=486662 and B=1.
/// In Montgomery form y² = x³+Ax²+x, Curve25519 has A=486662.
pub const A: FieldElement = FieldElement([
486662, 0, 0, 0, 0, 0, 0, 0, 0, 0, ]);