Migrates all usage of crypto-js/sha256 to ./crypto
This commit is contained in:
parent
81d9c8e759
commit
c99a576fbd
11 changed files with 90 additions and 77 deletions
src
|
@ -3,6 +3,7 @@ var T = require('./transaction')
|
|||
|
||||
module.exports = {
|
||||
Address: require('./address'),
|
||||
crypto: require('./crypto'),
|
||||
Key: Key.ECKey,
|
||||
ECKey: Key.ECKey,
|
||||
ECPubKey: Key.ECPubKey,
|
||||
|
@ -12,7 +13,6 @@ module.exports = {
|
|||
Script: require('./script'),
|
||||
Opcode: require('./opcode'),
|
||||
Transaction: T.Transaction,
|
||||
crypto: require('./crypto'),
|
||||
TransactionIn: T.TransactionIn,
|
||||
TransactionOut: T.TransactionOut,
|
||||
ECPointFp: require('./jsbn/ec').ECPointFp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue