Function nettle::ecdh::point_mul_g

source ·
pub fn point_mul_g(scalar: &Scalar) -> Point
Expand description

Derive ECDH public key.

Computes the public key for a given secret scalar.