Skip to content
Snippets Groups Projects
Select Git revision
  • 4dbc78f2c89ecb81187ed13174f6b89affbb8fa1
  • main default protected
  • add_export_route
  • add_route_assignments
  • 4.1.0-dev
  • 4.0.0
  • 3.5.3
  • 3.5.3-dev
  • 3.5.2
  • 3.5.2-dev
  • 3.5.1
  • 3.5.1-dev
  • 3.5.0
  • 3.4.2
  • 3.4.1
  • 3.4.0
  • 3.3.0
  • 3.2.0
  • 3.1.3
  • 3.1.2
  • 3.1.1
  • 3.1.0
  • 3.0.1
  • 3.0.0
24 results

GitlabManager.ts

Blame
  • Forked from Dojo Project (HES-SO) / Projects / Backend / DojoBackendAPI
    Source project has a limited visibility.
    hmac-sha1.js 425 B
    ;(function (root, factory, undef) {
    	if (typeof exports === "object") {
    		// CommonJS
    		module.exports = exports = factory(require("./core"), require("./sha1"), require("./hmac"));
    	}
    	else if (typeof define === "function" && define.amd) {
    		// AMD
    		define(["./core", "./sha1", "./hmac"], factory);
    	}
    	else {
    		// Global (browser)
    		factory(root.CryptoJS);
    	}
    }(this, function (CryptoJS) {
    
    	return CryptoJS.HmacSHA1;
    
    }));