[][src]Trait elliptic_curve::point::Generator

pub trait Generator {
    fn generator() -> Self;
}

Obtain the generator point.

Required methods

fn generator() -> Self

Get the generator point for this elliptic curve

Loading content...

Implementors

Loading content...