Post
Topic
Board Development & Technical Discussion
Re: Source code for ECDSA operations (key generation, signing, verifying, etc)
by
ning
on 12/04/2014, 01:32:21 UTC
I have a homemade Erlang implementation for key generation, signing, and verifying. It's basically a set of functions without any inheritance. The thing is, for your case, it's written in Erlang.

I would still like to take a look at it if you have the source code available online.

The verifier is in the public domain (https://github.com/ningzhang/bitcoin-message-verifier). I haven't put up the source code for signing and key generation online, but I can send you a copy later today. Please PM me your email address if you want to take a look at it.