Skip to content

Commit

Permalink
Document d, d2
Browse files Browse the repository at this point in the history
Part of #14
  • Loading branch information
benma committed Dec 22, 2015
1 parent 278e1ec commit ee61951
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edwards25519/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@

package edwards25519

// d is 37095705934669439343138083508754565189542113879843219016388785533085940283555
var d = FieldElement{
-10913610, 13857413, -15372611, 6949391, 114729, -8787816, -6275908, -3247719, -18696448, -12055116,
}

// d2 is 2*d: 16295367250680780974490674513165176452449235426866156013048779062215315747161
var d2 = FieldElement{
-21827239, -5839606, -30745221, 13898782, 229458, 15978800, -12551817, -6495438, 29715968, 9444199,
}
Expand Down

0 comments on commit ee61951

Please sign in to comment.