expose new StealthAddress class

This commit is contained in:
Ryan X. Charles 2014-09-02 15:27:25 -07:00
parent d1a570135d
commit 779e48d562
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ bitcore.expmt.AESCBC = require('./lib/expmt/aescbc');
bitcore.expmt.CBC = require('./lib/expmt/cbc');
bitcore.expmt.ECIES = require('./lib/expmt/ecies');
bitcore.expmt.Stealthkey = require('./lib/expmt/stealthkey');
bitcore.expmt.StealthAddress = require('./lib/expmt/stealthaddress');
//dependencies, subject to change
bitcore.deps = {};