ECDSA_set_method

Sets method to be used for the ECDSA operations \param eckey EC_KEY object \param meth new method \return 1 on success and 0 otherwise

extern (C) nothrow
int
ECDSA_set_method
(
EC_KEY* eckey
,
const(ECDSA_METHOD)* meth
)

Meta