Extracted from Pike v8.0 release 240 as of 2016-05-30.
   

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


Method `*

Point res = Nettle.ECC_Curve() * scalar

Description

Multiply the curve by a scalar.

This can be used to get the public key from a private key.

Returns

Returns a new Point on the curve.