node-uglifier-es
Version:
Fully auto merging and uglifying a whole NodeJs project into one file with external files option. Recompiled from Zsolt Istvan Szabo's work with uglify-es instead of uglify-js-harmony.
26 lines (18 loc) • 581 B
JavaScript
// Generated by CoffeeScript 1.10.0
(function() {
var GibberishAES, cryptoLoc, deepModule;
GibberishAES = require('../lib_static/test/gibberish-aes');
deepModule = require('./depDeep/deepModule');
cryptoLoc = module.exports;
cryptoLoc.enc = function(data, key) {
var enc;
enc = GibberishAES.enc(data, deepModule.boothDeepAndShalow(key));
return enc;
};
cryptoLoc.dec = function(data, key) {
var dec;
dec = GibberishAES.dec(data, deepModule.boothDeepAndShalow(key));
return dec;
};
}).call(this);
//# sourceMappingURL=cryptoLoc.js.map