0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00

Merge pull request #15 from haltingstate/master

updated documentation
This commit is contained in:
Pieter Wuille 2013-11-04 03:03:46 -08:00
commit 32b60cb5fb

View file

@ -63,6 +63,7 @@ int secp256k1_ecdsa_sign_compact(const unsigned char *msg, int msglen,
* 0: otherwise.
* In: msg: the message assumed to be signed
* msglen: the length of the message
* sig64: signature as 64 byte array
* compressed: whether to recover a compressed or uncompressed pubkey
* recid: the recovery id (as returned by ecdsa_sign_compact)
* Out: pubkey: pointer to a 33 or 65 byte array to put the pubkey.