[−][src]Trait group::Curve
Efficient representation of an elliptic curve point guaranteed.
Associated Types
type AffineRepr
[src]
The affine representation for this elliptic curve.
Required methods
pub fn to_affine(&self) -> Self::AffineRepr
[src]
Converts this element into its affine representation.
Provided methods
pub fn batch_normalize(p: &[Self], q: &mut [Self::AffineRepr])
[src]
Converts a batch of projective elements into affine elements. This function will
panic if p.len() != q.len()
.