bitcore/lib/crypto
Esteban Ordano de4d2884c7 Modify Transaction to use Multisig
* Allow `Script#add` to add a Script causing concatenation of opcodes
* Add `Script#equals` to compare scripts
* Add `Script#fromAddress`
* Drop `_payTo` methods
* Add `Script.buildP2SHMultisigIn`

Greatly simplifying the internal transaction object
2014-12-15 18:19:54 -03:00
..
bn.js BN: Remove toJSON and fromJSON methods from BN, as they are equivalent to toString and fromString 2014-12-12 19:06:06 -05:00
ecdsa.js Modify Transaction to use Multisig 2014-12-15 18:19:54 -03:00
hash.js use strict to crypto 2014-11-20 12:16:27 -03:00
point.js Crypto/Point: Added test coverage and documentation, and refactored validation 2014-12-01 10:14:36 -05:00
random.js fix tests for random 2014-11-20 18:46:43 -03:00
signature.js Refactor transaction to match new API 2014-12-10 12:44:30 -03:00