add test to crypto

This commit is contained in:
Matias Alejo Garcia 2014-12-02 10:48:57 -03:00
commit b0cb2da3ec
4 changed files with 36 additions and 3 deletions

View file

@ -5,6 +5,7 @@ var preconditions = require('preconditions').singleton();
var inherits = require('inherits');
var events = require('events');
var async = require('async');
var request = require('request');
var bitcore = require('bitcore');
var BIP21 = bitcore.BIP21;