From 315d2560b0c66d9b51bdf688d9a35a022b379287 Mon Sep 17 00:00:00 2001 From: HaltingState Date: Mon, 4 Nov 2013 02:50:59 -0800 Subject: [PATCH] updated documentation --- include/secp256k1.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/secp256k1.h b/include/secp256k1.h index b74570d..fd6d6b1 100644 --- a/include/secp256k1.h +++ b/include/secp256k1.h @@ -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.