Method Nettle.Curve25519()->`*()
- Method
`*
Point
res =Nettle.Curve25519()
*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.Curve25519()
* 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.