Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:projective

6331    /** ECC mapping from projective to affine, 
6410 the \textbf{ecc\_point} structure and assume the points are stored in Jacobian projective format.
6434 may be in either affine (with $z = 1$) or projective format and the output point is always projective.
6437 This will map the point $P$ back from projective to affine. The output point $P$ must be of the form $(x, y, 1)$.