flocore/lib/common
Ryan X. Charles f87da3b5ba add support for signing messages in compressed format
...this is the standard way to sign messages in bitcoin-qt. Note that the
format of a compressed signature, for messages, is quite distinct from DER
format, which is used in transactions. This commit also adds support for
recovering the public key from a signature, which is necessary for this. The
code for public key recover is taken from bitcoinjs-lib.
2014-07-25 14:07:03 -07:00
..
ECIES.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
Key.js add support for signing messages in compressed format 2014-07-25 14:07:03 -07:00
PayPro.js fix: typo - s/Payment/PaymentACK/ 2014-07-23 15:02:19 -07:00
Point.js add proper DER signature support to Key 2014-07-17 13:09:35 -07:00
RootCerts.js paypro: add isTrusted function to RootCerts. 2014-07-21 14:56:48 -07:00
SecureRandom.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00