Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: ning on November 17, 2013, 10:05:51 AM



Title: Bitcoin Message Verifier in Erlang
Post by: ning on November 17, 2013, 10:05:51 AM
I realized that the Bitcoin message verification requires extracting the public key from the signature, which Erlang's crypto module doesn't support. So I made one myself, it's a message verifier that verifies the signatures signed by the official Bitcoin-Qt client (implemented in Erlang). It can be found here:

https://github.com/ningzhang/bitcoin-message-verifier


Title: Re: Bitcoin Message Verifier in Erlang
Post by: b!z on November 17, 2013, 10:16:22 AM
Cool. Thanks for sharing it.


Title: Re: Bitcoin Message Verifier in Erlang
Post by: ning on November 17, 2013, 10:24:20 AM
Cool. Thanks for sharing it.

Pleasure.