bitcore/lib
Ryan X. Charles 659dc10f96 add support for signing/verifying messages
This adds a new Message class with static methods for signing and verifying a
message the same way as bitcoind. (In a nutshell, messages a prepended with
"Bitcoin Signed Message:" before being hashed and signed).

There is one important piece missing ... verifying a signature with an address,
and not a public key. I have not yet implemented this because the cryptography
interface of bitcore does not allow me to derive the public key from a
signature. This will need to be added before verifying from an address is
possible.
2014-04-19 11:28:19 -03:00
..
Address.js add new constructor to Address (fromScriptPubKey) 2014-04-18 16:51:40 -03:00
BIP32.js Project reorganization. 2014-04-13 13:28:42 -07:00
Block.js Project reorganization. 2014-04-13 13:28:42 -07:00
Bloom.js Cleanup main directory. 2014-04-13 13:14:27 -07:00
Connection.js Merge branch 'master' of github.com:bitpay/bitcore into clean 2014-04-17 16:38:30 -04:00
Deserialize.js Cleanup main directory. 2014-04-13 13:14:27 -07:00
Key.js Project reorganization. 2014-04-13 13:28:42 -07:00
Message.js add support for signing/verifying messages 2014-04-19 11:28:19 -03:00
Opcode.js Cleanup main directory. 2014-04-13 13:14:27 -07:00
Peer.js Cleanup main directory. 2014-04-13 13:14:27 -07:00
PeerManager.js Merge branch 'master' of github.com:bitpay/bitcore into clean 2014-04-17 16:38:30 -04:00
Point.js Project reorganization. 2014-04-13 13:28:42 -07:00
PrivateKey.js Project reorganization. 2014-04-13 13:28:42 -07:00
RpcClient.js Project reorganization. 2014-04-13 13:28:42 -07:00
SIN.js Project reorganization. 2014-04-13 13:28:42 -07:00
SINKey.js Project reorganization. 2014-04-13 13:28:42 -07:00
Script.js Project reorganization. 2014-04-13 13:28:42 -07:00
ScriptInterpreter.js Project reorganization. 2014-04-13 13:28:42 -07:00
Sign.js Cleanup main directory. 2014-04-13 13:14:27 -07:00
Transaction.js Project reorganization. 2014-04-13 13:28:42 -07:00
TransactionBuilder.js Merge branch 'master' of github.com:bitpay/bitcore into clean 2014-04-16 14:36:17 -04:00
Wallet.js Project reorganization. 2014-04-13 13:28:42 -07:00
WalletKey.js Project reorganization. 2014-04-13 13:28:42 -07:00