fn base_elem()

in src/group/elliptic_curve.rs [66:68]


    fn base_elem() -> Self::Elem {
        ProjectivePoint::<Self>::generator()
    }