Method Nettle.ECC_Curve()->Point()->`*()

class Nettle.ECC_Curve
class Nettle.ECC_Curve.Point

Method `*

Point res = Nettle.ECC_Curve.Point() * scalar

Description

Multiply the point on the curve by a scalar.

A typical use is for Elliptic Curve Diffie Hellman (ECDH) key exchange.

Returns

Returns the new point on the curve.