internal/ed25519: add TODO note and doc ref

This commit is contained in:
Henry de Valence 2019-05-07 23:26:19 -07:00
parent 9353104792
commit ce204aaa9d
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ var D2 = new(radix51.FieldElement).Add(D, D)
// Point types.
// TODO: write documentation
// TODO: rename (T,X,Y,Z) to (W0,W1,W2,W3) for P2 and P3 models?
// https://doc-internal.dalek.rs/curve25519_dalek/backend/serial/curve_models/index.html
type ProjP1xP1 struct {
X, Y, Z, T radix51.FieldElement
}