Skip to content

Commit

Permalink
Merge pull request bitcoin#15 from haltingstate/master
Browse files Browse the repository at this point in the history
updated documentation
  • Loading branch information
sipa committed Nov 4, 2013
2 parents d0b3348 + 315d256 commit 32b60cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/secp256k1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 32b60cb

Please sign in to comment.