CryptoJS no longer exported by default

This commit is contained in:
Daniel Cousens 2014-04-14 16:19:17 +10:00
parent addf4528d4
commit db115e1b27

View file

@ -8,7 +8,6 @@ module.exports = {
BigInteger: require('./jsbn/jsbn'),
convert: require('./convert'),
crypto: require('./crypto'),
CryptoJS: require('crypto-js'),
ecdsa: require('./ecdsa'),
ECKey: Key.ECKey,
ECPointFp: require('./jsbn/ec').ECPointFp,