Closed ewust closed 7 years ago
Hi @ewust and @IanMartiny, thanks for this feature :) I am quite overwhelmed the next two weeks but I'll review your PR as soon as possible !! best, Carlos
Oh, woops, I didn't mean to PR this on the main repo; only on our local branch. This probably isn't very useful for anyone. Apologies!
Damn ! I thought some external contributors were arriving ;)
Signs the replies that the server sends. Assumes you've generated an ECDSA private key in /tmp/ec-key.privkey, which you can generate with:
openssl ecparam -name secp256k1 -genkey -noout -out /tmp/ec-key.privkey
To get its corresponding pubkey:
openssl ec -in /tmp/ec-key.privkey -pubout -out /tmp/ec-key.pubkey