describe('Crypto', function () {
  require('./crypto.js');
  require('./cipher');
  require('./hash');
});