pub fn scalar_mult_base_g(scalar: &Scalar) -> Result<Point>
Expand description
Scalar multiplication with the base point: scalar * G
Efficiently computes scalar multiplication with the standard generator. This is the core operation for generating public keys from private keys.