Merge pull request #566 from maraoz/remove/crypto

remove AES
This commit is contained in:
Esteban Ordano 2014-11-21 17:34:28 -03:00
commit b53d5442ea
3 changed files with 7 additions and 2 deletions

7
.gitignore vendored
View File

@ -3,3 +3,10 @@ coverage
node_modules
browser/bitcore.js
browser/tests.js
CONTRIBUTING.html
LICENSE.html
README.html
examples.html
npm-debug.log

View File

@ -36,7 +36,6 @@ bitcore.Txout = require('./lib/txout');
//dependencies, subject to change
bitcore.deps = {};
bitcore.deps.aes = require('aes');
bitcore.deps.bnjs = require('bn.js');
bitcore.deps.bs58 = require('bs58');
bitcore.deps.Buffer = Buffer;

View File

@ -64,7 +64,6 @@
"url": "https://github.com/bitpay/bitcore.git"
},
"dependencies": {
"aes": "=0.1.0",
"bn.js": "=0.15.0",
"bs58": "=1.2.1",
"elliptic": "=0.15.12",