BitcoinKit icon indicating copy to clipboard operation
BitcoinKit copied to clipboard

Compact 65-byte signature

Open hoanglu14 opened this issue 5 years ago • 1 comments

What problem does this feture solve?

I couldn't find any function to support compact signature (65 bytes: header + r + s) using this framework. This can be done if you guys also include secp256k1_recovery.h in BitcoinKitPrivate. Then, I can just simply make my own compact signature with secp256k1_ecdsa_recoverable_signature_serialize_compact

I also cloned this project and tried to do what I said above. However I ran into a compile error saying

I have no idea why so a little help would be very appreciated.

hoanglu14 avatar Mar 09 '19 10:03 hoanglu14

@hoanglu14 Sorry for my late reply. Your suggestion is good. That feature should be implemented in the future.

Also, can you give me more information about the compile error?

usatie avatar Sep 12 '19 17:09 usatie