Lines Matching defs:generator
248 /// Returns the generator for the given curve as an [`EcPoint`].
250 pub fn generator(&self) -> &EcPointRef {
257 /// Sets the generator point for the given curve
261 generator: EcPoint,
268 generator.as_ptr(),
378 /// Computes `generator * n`, storing the result in `self`.
400 /// Computes `generator * n + q * m`, storing the result in `self`.
1210 fn generator() {
1212 let gen = group.generator();
1316 let g = group.generator();
1331 let g = group.generator();