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.
array(Gmp.mpz) res = Nettle.ECC_Curve() * scalar
Multiply the curve by a scalar.
This can be used to get the public key from a private key.
Returns a new point (x, y) on the curve.