ECDSA_sign_setup

Precompute parts of the signing operation

Parameters

eckey libressl_d.openssl.ec.EC_KEY*

EC_KEY object containing a private EC key

ctx libressl_d.openssl.ossl_typ.BN_CTX*

BN_CTX object (optional)

kinv libressl_d.openssl.ossl_typ.BIGNUM**

BIGNUM pointer for the inverse of k

rp libressl_d.openssl.ossl_typ.BIGNUM**

BIGNUM pointer for x coordinate of k * generator

Return Value

Type: int

1 on success and 0 otherwise

Meta