EC_POINT_set_Jprojective_coordinates_GFp

Sets the jacobian projective coordinates of a EC_POINT over GFp \param group underlying EC_GROUP object \param p EC_POINT object \param x BIGNUM with the x-coordinate \param y BIGNUM with the y-coordinate \param z BIGNUM with the z-coordinate \param ctx BN_CTX object (optional) \return 1 on success and 0 if an error occured

extern (C) nothrow
int
EC_POINT_set_Jprojective_coordinates_GFp
(
const(EC_GROUP)* group
,,
const(BIGNUM)* x
,
const(BIGNUM)* y
,
const(BIGNUM)* z
,)

Meta