fn identity_elem()

in src/group/elliptic_curve.rs [70:72]


    fn identity_elem() -> Self::Elem {
        ProjectivePoint::<Self>::identity()
    }