var Crypto = exports.Crypto = require('./lib/Crypto').Crypto; [ 'BlockModes' , 'AES' ].forEach( function (path) { require('./lib/' + path); });