]> Git Repo - secp256k1.git/commitdiff
updated documentation
authorHaltingState <[email protected]>
Mon, 4 Nov 2013 10:50:59 +0000 (02:50 -0800)
committerHaltingState <[email protected]>
Mon, 4 Nov 2013 10:50:59 +0000 (02:50 -0800)
include/secp256k1.h

index b74570d7eade18f0e38751a4b864533b30d5776b..fd6d6b1f40d43d6ba4e5358102c374888e3844a5 100644 (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.
This page took 0.023894 seconds and 4 git commands to generate.