Skip to content

Commit 12209a4

Browse files
committed
Removing unused cmov for jacobian points.
1 parent fcba359 commit 12209a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ecc/p384/point.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ func (P *jacobianPoint) toAffine() *affinePoint {
156156
return &aP
157157
}
158158

159-
func (P *jacobianPoint) cmov(Q *jacobianPoint, b int) { P.p2Point.cmov(&Q.p2Point, b) }
160-
161159
// add calculates P=Q+R such that Q and R are different than the identity point.
162160
// This function can be used for doublings.
163161
func (P *jacobianPoint) add(Q, R *jacobianPoint) {

0 commit comments

Comments
 (0)