We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcba359 commit 12209a4Copy full SHA for 12209a4
ecc/p384/point.go
@@ -156,8 +156,6 @@ func (P *jacobianPoint) toAffine() *affinePoint {
156
return &aP
157
}
158
159
-func (P *jacobianPoint) cmov(Q *jacobianPoint, b int) { P.p2Point.cmov(&Q.p2Point, b) }
160
-
161
// add calculates P=Q+R such that Q and R are different than the identity point.
162
// This function can be used for doublings.
163
func (P *jacobianPoint) add(Q, R *jacobianPoint) {
0 commit comments