[][src]Constant rust_elgamal::GENERATOR_POINT

pub const GENERATOR_POINT: RistrettoPoint;

The group generator as a single point. If you're trying to create a scalar multiple of the generator, you probably want GENERATOR_TABLE instead.