internal/group: fix typo

This commit is contained in:
Filippo Valsorda 2019-01-28 09:43:02 -05:00 committed by George Tankersley
parent b9aebb71e8
commit 6781d1fcec
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ func (v *ExtendedGroupElement) Double(u *ExtendedGroupElement) *ExtendedGroupEle
C.Add(&C, &C) // TODO should probably implement FeSquare2
// D ← -1*A
D.Neg(&A) // implemented as substraction
D.Neg(&A) // implemented as subtraction
// E ← (X1+Y1)^2 A B
var t0 radix51.FieldElement