migrate crypto-js to 3.1.2
This commit is contained in:
parent
33857437db
commit
a281a5ab53
11 changed files with 80 additions and 46 deletions
src
|
@ -31,7 +31,7 @@ module.exports = {
|
|||
ECPubKey: Key.ECPubKey,
|
||||
Message: require('./message'),
|
||||
BigInteger: require('./jsbn/jsbn'),
|
||||
Crypto: require('./crypto-js/crypto'),
|
||||
Crypto: require('crypto-js'), //should we expose this at all?
|
||||
Script: require('./script'),
|
||||
Opcode: require('./opcode'),
|
||||
Transaction: require('./transaction').Transaction,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue