EC_KEY_set_public_key_affine_coordinates

Sets a public key from affine coordindates performing neccessary NIST PKV tests. \param key the EC_KEY object \param x public key x coordinate \param y public key y coordinate \return 1 on success and 0 otherwise.

extern (C) nothrow @nogc
int
EC_KEY_set_public_key_affine_coordinates

Meta