I’ve been working through the byte-level details of bitcoin transactions and I need some help on DER-encoding.Continue readingQuestion on DER-encoding of signature pair (r, s)
Tag: ecdsa
I’m trying to understand how does “recid” (Recovery ID) variable work in libspec256k1 library (with C language).Continue readingHow does “recid” variable work in libspec256k1 library?
I am writing transactions manually and have stumbled across a rather bizarre situation.Continue readingBitcoind does not like ECDSA (r, s) pair produced by OpenSSL