pub fn scalar_mult(scalar: &Scalar, point: &Point) -> Result<Point>
Expand description
General scalar multiplication: compute scalar * point
Performs scalar multiplication with an arbitrary point on the curve. Used in ECDH key agreement and signature verification.