diff --git a/dh/sidh/internal/p434/curve.go b/dh/sidh/internal/p434/curve.go index 741717ef3..5b476c7c2 100644 --- a/dh/sidh/internal/p434/curve.go +++ b/dh/sidh/internal/p434/curve.go @@ -48,7 +48,7 @@ func Jinvariant(cparams *ProjectiveCurveParameters, j *Fp2) { } // Given affine points x(P), x(Q) and x(Q-P) in a extension field F_{p^2}, function -// recorvers projective coordinate A of a curve. This is Algorithm 10 from SIKE. +// recovers projective coordinate A of a curve. This is Algorithm 10 from SIKE. func RecoverCoordinateA(curve *ProjectiveCurveParameters, xp, xq, xr *Fp2) { var t0, t1 Fp2 diff --git a/dh/sidh/internal/p503/curve.go b/dh/sidh/internal/p503/curve.go index 4bce35f81..e4613eff0 100644 --- a/dh/sidh/internal/p503/curve.go +++ b/dh/sidh/internal/p503/curve.go @@ -48,7 +48,7 @@ func Jinvariant(cparams *ProjectiveCurveParameters, j *Fp2) { } // Given affine points x(P), x(Q) and x(Q-P) in a extension field F_{p^2}, function -// recorvers projective coordinate A of a curve. This is Algorithm 10 from SIKE. +// recovers projective coordinate A of a curve. This is Algorithm 10 from SIKE. func RecoverCoordinateA(curve *ProjectiveCurveParameters, xp, xq, xr *Fp2) { var t0, t1 Fp2 diff --git a/dh/sidh/internal/p751/curve.go b/dh/sidh/internal/p751/curve.go index 6ac2d2502..b9d766a98 100644 --- a/dh/sidh/internal/p751/curve.go +++ b/dh/sidh/internal/p751/curve.go @@ -48,7 +48,7 @@ func Jinvariant(cparams *ProjectiveCurveParameters, j *Fp2) { } // Given affine points x(P), x(Q) and x(Q-P) in a extension field F_{p^2}, function -// recorvers projective coordinate A of a curve. This is Algorithm 10 from SIKE. +// recovers projective coordinate A of a curve. This is Algorithm 10 from SIKE. func RecoverCoordinateA(curve *ProjectiveCurveParameters, xp, xq, xr *Fp2) { var t0, t1 Fp2 diff --git a/dh/sidh/internal/templates/curve.gotemp b/dh/sidh/internal/templates/curve.gotemp index a3e941dd1..48c4b5b9b 100644 --- a/dh/sidh/internal/templates/curve.gotemp +++ b/dh/sidh/internal/templates/curve.gotemp @@ -48,7 +48,7 @@ func Jinvariant(cparams *ProjectiveCurveParameters, j *Fp2) { } // Given affine points x(P), x(Q) and x(Q-P) in a extension field F_{p^2}, function -// recorvers projective coordinate A of a curve. This is Algorithm 10 from SIKE. +// recovers projective coordinate A of a curve. This is Algorithm 10 from SIKE. func RecoverCoordinateA(curve *ProjectiveCurveParameters, xp, xq, xr *Fp2) { var t0, t1 Fp2