EC_KEY_set_public_key_affine_coordinates

Sets a public key from affine coordindates performing neccessary NIST PKV tests.

extern (C) nothrow @nogc
int
EC_KEY_set_public_key_affine_coordinates

Parameters

key .EC_KEY*

the EC_KEY object

x libressl_d.openssl.ossl_typ.BIGNUM*

public key x coordinate

y libressl_d.openssl.ossl_typ.BIGNUM*

public key y coordinate

Return Value

Type: int

1 on success and 0 otherwise.

Meta