Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

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


Method `*

array(Gmp.mpz) 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 (x, y) on the curve.