Extracted from Pike v8.0 release 164 as of 2018-07-18.
   

Method __builtin.Nettle.ECC_Curve()->Point()->create()


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.