secp256k1_ecdsa_recoverable_signature_serialize_compact - fix API
afk11 opened this issue · 1 comments
afk11 commented
Saving this for a backwards incompatible release, but it looks like
secp256k1_ecdsa_recoverable_signature_serialize_compact(
resource $context,
resource $sig,
&$sigOut,
&$recID
);
is wrong and should be
secp256k1_ecdsa_recoverable_signature_serialize_compact(
resource $context,
&$sigOut,
&$recID,
resource $sig
);
afk11 commented
Issue fixed in a tagged release