Pike v8.0 release 1738

Class __builtin.Nettle.ECC_Curve()->Point

Inheritance graph
__builtin.Nettle.ECC_Curve.Point Nettle.ECC_Curve.Point
Description

Base class for a point on an elliptic curve.


Method create

__builtin.Nettle.ECC_Curve.Point __builtin.Nettle.ECC_Curve.Point(Gmp.mpz|int x, Gmp.mpz|int y)
__builtin.Nettle.ECC_Curve.Point __builtin.Nettle.ECC_Curve.Point(Stdio.Buffer|string(7bit) data)

Description

Initialize to the selected point on the curve.

Note

Throws errors if the point isn't on the curve.