summaryrefslogtreecommitdiff
path: root/www/lib/crypto-js/hmac-sha3.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/crypto-js/hmac-sha3.js')
-rw-r--r--www/lib/crypto-js/hmac-sha3.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/www/lib/crypto-js/hmac-sha3.js b/www/lib/crypto-js/hmac-sha3.js
deleted file mode 100644
index 12488049..00000000
--- a/www/lib/crypto-js/hmac-sha3.js
+++ /dev/null
@@ -1,18 +0,0 @@
-;(function (root, factory, undef) {
- if (typeof exports === "object") {
- // CommonJS
- module.exports = exports = factory(require("./core"), require("./x64-core"), require("./sha3"), require("./hmac"));
- }
- else if (typeof define === "function" && define.amd) {
- // AMD
- define(["./core", "./x64-core", "./sha3", "./hmac"], factory);
- }
- else {
- // Global (browser)
- factory(root.CryptoJS);
- }
-}(this, function (CryptoJS) {
-
- return CryptoJS.HmacSHA3;
-
-})); \ No newline at end of file