mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
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:
parent
8fb9e44dd2
commit
8a5332b220
1 changed files with 0 additions and 2 deletions
|
|
@ -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, ]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue