Method __builtin.Nettle.ECC_Curve()->Point()->set()
- Method
set
externvoidset(Gmp.mpz|intx,Gmp.mpz|inty)
variantvoidset(string(8bit)x,string(8bit)y)- Description
Set a new coordinate on the
Curvefor the Point.- Note
Some curves (eg Crypto.ECC.Curve25519 do not support numeric coordinates); on the other hand the SECP curves prefer numeric coordinates.