'use strict'; angular.module('copayApp.services').factory('cryptoUtils', function() { return require('../util/crypto'); });