Renames util.js to crypto.js
This commit is contained in:
parent
a4c2cc6dd4
commit
81d9c8e759
7 changed files with 16 additions and 16 deletions
test
|
@ -2,8 +2,8 @@ var Script = require('../src/script.js')
|
|||
var assert = require('assert')
|
||||
var Address = require('../src/address.js')
|
||||
var Network = require('../src/network.js')
|
||||
var Util = require('../src/util.js')
|
||||
var sha256ripe160 = Util.sha256ripe160
|
||||
var crypto = require('../').crypto
|
||||
var sha256ripe160 = crypto.sha256ripe160
|
||||
var Convert = require('../src/convert.js')
|
||||
var bytesToHex = Convert.bytesToHex
|
||||
var hexToBytes = Convert.hexToBytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue