P.S. Does anyone have much interest in a c# implementation? I started this mostly to educate myself, but I'm making more progress than I was expecting.
Hey pmlyon, I am interested in a C# implementation of the ECDSA based message sign & verify in Bitcoin-QT.. See this thread https://bitcointalksearch.org/topic/cancelled-c-gurus-need-signmessage-verifymessage-fill-in-the-blanks-297097. Hhave you had a go at implementing that in your project yet?
Hi, we haven't implemented that in our project yet, but I think this thread may help you: https://bitcointalksearch.org/topic/sipas-secp256k1-for-net-279752
Josh has a link there to a managed wrapper he wrote around the sipa secp256k1 verifier:
https://github.com/joshlang/Secp256k1.NET
https://github.com/sipa/secp256k1
I plan on using these when we get to that stage, but haven't looked at them yet.