Method Nettle.Curve448()->`*()
- Method
`*
 Pointres =Nettle.Curve448()*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.
Point res = Nettle.Curve448() * scalar
Multiply the curve by a scalar.
This can be used to get the public key from a private key.
Returns a new point on the curve.