Initial
This commit is contained in:
31
resources/app/node_modules/@aws-crypto/sha1-browser/build/constants.js
generated
vendored
Normal file
31
resources/app/node_modules/@aws-crypto/sha1-browser/build/constants.js
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.EMPTY_DATA_SHA_1 = exports.SHA_1_HMAC_ALGO = exports.SHA_1_HASH = void 0;
|
||||
exports.SHA_1_HASH = { name: "SHA-1" };
|
||||
exports.SHA_1_HMAC_ALGO = {
|
||||
name: "HMAC",
|
||||
hash: exports.SHA_1_HASH,
|
||||
};
|
||||
exports.EMPTY_DATA_SHA_1 = new Uint8Array([
|
||||
218,
|
||||
57,
|
||||
163,
|
||||
238,
|
||||
94,
|
||||
107,
|
||||
75,
|
||||
13,
|
||||
50,
|
||||
85,
|
||||
191,
|
||||
239,
|
||||
149,
|
||||
96,
|
||||
24,
|
||||
144,
|
||||
175,
|
||||
216,
|
||||
7,
|
||||
9,
|
||||
]);
|
||||
//# sourceMappingURL=constants.js.map
|
||||
1
resources/app/node_modules/@aws-crypto/sha1-browser/build/constants.js.map
generated
vendored
Normal file
1
resources/app/node_modules/@aws-crypto/sha1-browser/build/constants.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,UAAU,GAAsB,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;AAElD,QAAA,eAAe,GAA8C;IACxE,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,kBAAU;CACjB,CAAC;AAEW,QAAA,gBAAgB,GAAG,IAAI,UAAU,CAAC;IAC7C,GAAG;IACH,EAAE;IACF,GAAG;IACH,GAAG;IACH,EAAE;IACF,GAAG;IACH,EAAE;IACF,EAAE;IACF,EAAE;IACF,EAAE;IACF,GAAG;IACH,GAAG;IACH,GAAG;IACH,EAAE;IACF,EAAE;IACF,GAAG;IACH,GAAG;IACH,GAAG;IACH,CAAC;IACD,CAAC;CACF,CAAC,CAAC"}
|
||||
34
resources/app/node_modules/@aws-crypto/sha1-browser/build/crossPlatformSha1.js
generated
vendored
Normal file
34
resources/app/node_modules/@aws-crypto/sha1-browser/build/crossPlatformSha1.js
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.Sha1 = void 0;
|
||||
var ie11Sha1_1 = require("./ie11Sha1");
|
||||
var webCryptoSha1_1 = require("./webCryptoSha1");
|
||||
var supports_web_crypto_1 = require("@aws-crypto/supports-web-crypto");
|
||||
var ie11_detection_1 = require("@aws-crypto/ie11-detection");
|
||||
var util_locate_window_1 = require("@aws-sdk/util-locate-window");
|
||||
var util_1 = require("@aws-crypto/util");
|
||||
var Sha1 = /** @class */ (function () {
|
||||
function Sha1(secret) {
|
||||
if ((0, supports_web_crypto_1.supportsWebCrypto)((0, util_locate_window_1.locateWindow)())) {
|
||||
this.hash = new webCryptoSha1_1.Sha1(secret);
|
||||
}
|
||||
else if ((0, ie11_detection_1.isMsWindow)((0, util_locate_window_1.locateWindow)())) {
|
||||
this.hash = new ie11Sha1_1.Sha1(secret);
|
||||
}
|
||||
else {
|
||||
throw new Error("SHA1 not supported");
|
||||
}
|
||||
}
|
||||
Sha1.prototype.update = function (data, encoding) {
|
||||
this.hash.update((0, util_1.convertToBuffer)(data));
|
||||
};
|
||||
Sha1.prototype.digest = function () {
|
||||
return this.hash.digest();
|
||||
};
|
||||
Sha1.prototype.reset = function () {
|
||||
this.hash.reset();
|
||||
};
|
||||
return Sha1;
|
||||
}());
|
||||
exports.Sha1 = Sha1;
|
||||
//# sourceMappingURL=crossPlatformSha1.js.map
|
||||
1
resources/app/node_modules/@aws-crypto/sha1-browser/build/crossPlatformSha1.js.map
generated
vendored
Normal file
1
resources/app/node_modules/@aws-crypto/sha1-browser/build/crossPlatformSha1.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"crossPlatformSha1.js","sourceRoot":"","sources":["../src/crossPlatformSha1.ts"],"names":[],"mappings":";;;AAAA,uCAA8C;AAC9C,iDAAwD;AAExD,uEAAoE;AACpE,6DAAwD;AACxD,kEAA2D;AAC3D,yCAAmD;AAEnD;IAGE,cAAY,MAAmB;QAC7B,IAAI,IAAA,uCAAiB,EAAC,IAAA,iCAAY,GAAE,CAAC,EAAE;YACrC,IAAI,CAAC,IAAI,GAAG,IAAI,oBAAa,CAAC,MAAM,CAAC,CAAC;SACvC;aAAM,IAAI,IAAA,2BAAU,EAAC,IAAA,iCAAY,GAAE,CAAC,EAAE;YACrC,IAAI,CAAC,IAAI,GAAG,IAAI,eAAQ,CAAC,MAAM,CAAC,CAAC;SAClC;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,oBAAoB,CAAC,CAAC;SACvC;IACH,CAAC;IAED,qBAAM,GAAN,UAAO,IAAgB,EAAE,QAAsC;QAC7D,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAA,sBAAe,EAAC,IAAI,CAAC,CAAC,CAAC;IAC1C,CAAC;IAED,qBAAM,GAAN;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;IAC5B,CAAC;IAED,oBAAK,GAAL;QACE,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC;IACpB,CAAC;IACH,WAAC;AAAD,CAAC,AAxBD,IAwBC;AAxBY,oBAAI"}
|
||||
80
resources/app/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.js
generated
vendored
Normal file
80
resources/app/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.js
generated
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.Sha1 = void 0;
|
||||
var isEmptyData_1 = require("./isEmptyData");
|
||||
var constants_1 = require("./constants");
|
||||
var util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
||||
var util_locate_window_1 = require("@aws-sdk/util-locate-window");
|
||||
var Sha1 = /** @class */ (function () {
|
||||
function Sha1(secret) {
|
||||
this.secret = secret;
|
||||
this.reset();
|
||||
}
|
||||
Sha1.prototype.update = function (toHash) {
|
||||
var _this = this;
|
||||
if ((0, isEmptyData_1.isEmptyData)(toHash)) {
|
||||
return;
|
||||
}
|
||||
this.operation = this.operation.then(function (operation) {
|
||||
operation.onerror = function () {
|
||||
_this.operation = Promise.reject(new Error("Error encountered updating hash"));
|
||||
};
|
||||
operation.process(toArrayBufferView(toHash));
|
||||
return operation;
|
||||
});
|
||||
this.operation.catch(function () { });
|
||||
};
|
||||
Sha1.prototype.digest = function () {
|
||||
return this.operation.then(function (operation) {
|
||||
return new Promise(function (resolve, reject) {
|
||||
operation.onerror = function () {
|
||||
reject(new Error("Error encountered finalizing hash"));
|
||||
};
|
||||
operation.oncomplete = function () {
|
||||
if (operation.result) {
|
||||
resolve(new Uint8Array(operation.result));
|
||||
}
|
||||
reject(new Error("Error encountered finalizing hash"));
|
||||
};
|
||||
operation.finish();
|
||||
});
|
||||
});
|
||||
};
|
||||
Sha1.prototype.reset = function () {
|
||||
if (this.secret) {
|
||||
this.operation = getKeyPromise(this.secret).then(function (keyData) {
|
||||
return (0, util_locate_window_1.locateWindow)().msCrypto.subtle.sign(constants_1.SHA_1_HMAC_ALGO, keyData);
|
||||
});
|
||||
this.operation.catch(function () { });
|
||||
}
|
||||
else {
|
||||
this.operation = Promise.resolve((0, util_locate_window_1.locateWindow)().msCrypto.subtle.digest("SHA-1"));
|
||||
}
|
||||
};
|
||||
return Sha1;
|
||||
}());
|
||||
exports.Sha1 = Sha1;
|
||||
function getKeyPromise(secret) {
|
||||
return new Promise(function (resolve, reject) {
|
||||
var keyOperation = (0, util_locate_window_1.locateWindow)().msCrypto.subtle.importKey("raw", toArrayBufferView(secret), constants_1.SHA_1_HMAC_ALGO, false, ["sign"]);
|
||||
keyOperation.oncomplete = function () {
|
||||
if (keyOperation.result) {
|
||||
resolve(keyOperation.result);
|
||||
}
|
||||
reject(new Error("ImportKey completed without importing key."));
|
||||
};
|
||||
keyOperation.onerror = function () {
|
||||
reject(new Error("ImportKey failed to import key."));
|
||||
};
|
||||
});
|
||||
}
|
||||
function toArrayBufferView(data) {
|
||||
if (typeof data === "string") {
|
||||
return (0, util_utf8_browser_1.fromUtf8)(data);
|
||||
}
|
||||
if (ArrayBuffer.isView(data)) {
|
||||
return new Uint8Array(data.buffer, data.byteOffset, data.byteLength / Uint8Array.BYTES_PER_ELEMENT);
|
||||
}
|
||||
return new Uint8Array(data);
|
||||
}
|
||||
//# sourceMappingURL=ie11Sha1.js.map
|
||||
1
resources/app/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.js.map
generated
vendored
Normal file
1
resources/app/node_modules/@aws-crypto/sha1-browser/build/ie11Sha1.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"ie11Sha1.js","sourceRoot":"","sources":["../src/ie11Sha1.ts"],"names":[],"mappings":"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"}
|
||||
10
resources/app/node_modules/@aws-crypto/sha1-browser/build/index.js
generated
vendored
Normal file
10
resources/app/node_modules/@aws-crypto/sha1-browser/build/index.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.WebCryptoSha1 = exports.Ie11Sha1 = void 0;
|
||||
var tslib_1 = require("tslib");
|
||||
tslib_1.__exportStar(require("./crossPlatformSha1"), exports);
|
||||
var ie11Sha1_1 = require("./ie11Sha1");
|
||||
Object.defineProperty(exports, "Ie11Sha1", { enumerable: true, get: function () { return ie11Sha1_1.Sha1; } });
|
||||
var webCryptoSha1_1 = require("./webCryptoSha1");
|
||||
Object.defineProperty(exports, "WebCryptoSha1", { enumerable: true, get: function () { return webCryptoSha1_1.Sha1; } });
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
resources/app/node_modules/@aws-crypto/sha1-browser/build/index.js.map
generated
vendored
Normal file
1
resources/app/node_modules/@aws-crypto/sha1-browser/build/index.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;AAAA,8DAAoC;AACpC,uCAA8C;AAArC,oGAAA,IAAI,OAAY;AACzB,iDAAwD;AAA/C,8GAAA,IAAI,OAAiB"}
|
||||
11
resources/app/node_modules/@aws-crypto/sha1-browser/build/isEmptyData.js
generated
vendored
Normal file
11
resources/app/node_modules/@aws-crypto/sha1-browser/build/isEmptyData.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.isEmptyData = void 0;
|
||||
function isEmptyData(data) {
|
||||
if (typeof data === "string") {
|
||||
return data.length === 0;
|
||||
}
|
||||
return data.byteLength === 0;
|
||||
}
|
||||
exports.isEmptyData = isEmptyData;
|
||||
//# sourceMappingURL=isEmptyData.js.map
|
||||
1
resources/app/node_modules/@aws-crypto/sha1-browser/build/isEmptyData.js.map
generated
vendored
Normal file
1
resources/app/node_modules/@aws-crypto/sha1-browser/build/isEmptyData.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"isEmptyData.js","sourceRoot":"","sources":["../src/isEmptyData.ts"],"names":[],"mappings":";;;AAEA,SAAgB,WAAW,CAAC,IAAgB;IAC1C,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;QAC5B,OAAO,IAAI,CAAC,MAAM,KAAK,CAAC,CAAC;KAC1B;IAED,OAAO,IAAI,CAAC,UAAU,KAAK,CAAC,CAAC;AAC/B,CAAC;AAND,kCAMC"}
|
||||
61
resources/app/node_modules/@aws-crypto/sha1-browser/build/webCryptoSha1.js
generated
vendored
Normal file
61
resources/app/node_modules/@aws-crypto/sha1-browser/build/webCryptoSha1.js
generated
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.Sha1 = void 0;
|
||||
var util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
||||
var isEmptyData_1 = require("./isEmptyData");
|
||||
var constants_1 = require("./constants");
|
||||
var util_locate_window_1 = require("@aws-sdk/util-locate-window");
|
||||
var Sha1 = /** @class */ (function () {
|
||||
function Sha1(secret) {
|
||||
this.toHash = new Uint8Array(0);
|
||||
if (secret !== void 0) {
|
||||
this.key = new Promise(function (resolve, reject) {
|
||||
(0, util_locate_window_1.locateWindow)()
|
||||
.crypto.subtle.importKey("raw", convertToBuffer(secret), constants_1.SHA_1_HMAC_ALGO, false, ["sign"])
|
||||
.then(resolve, reject);
|
||||
});
|
||||
this.key.catch(function () { });
|
||||
}
|
||||
}
|
||||
Sha1.prototype.update = function (data) {
|
||||
if ((0, isEmptyData_1.isEmptyData)(data)) {
|
||||
return;
|
||||
}
|
||||
var update = convertToBuffer(data);
|
||||
var typedArray = new Uint8Array(this.toHash.byteLength + update.byteLength);
|
||||
typedArray.set(this.toHash, 0);
|
||||
typedArray.set(update, this.toHash.byteLength);
|
||||
this.toHash = typedArray;
|
||||
};
|
||||
Sha1.prototype.digest = function () {
|
||||
var _this = this;
|
||||
if (this.key) {
|
||||
return this.key.then(function (key) {
|
||||
return (0, util_locate_window_1.locateWindow)()
|
||||
.crypto.subtle.sign(constants_1.SHA_1_HMAC_ALGO, key, _this.toHash)
|
||||
.then(function (data) { return new Uint8Array(data); });
|
||||
});
|
||||
}
|
||||
if ((0, isEmptyData_1.isEmptyData)(this.toHash)) {
|
||||
return Promise.resolve(constants_1.EMPTY_DATA_SHA_1);
|
||||
}
|
||||
return Promise.resolve()
|
||||
.then(function () { return (0, util_locate_window_1.locateWindow)().crypto.subtle.digest(constants_1.SHA_1_HASH, _this.toHash); })
|
||||
.then(function (data) { return Promise.resolve(new Uint8Array(data)); });
|
||||
};
|
||||
Sha1.prototype.reset = function () {
|
||||
this.toHash = new Uint8Array(0);
|
||||
};
|
||||
return Sha1;
|
||||
}());
|
||||
exports.Sha1 = Sha1;
|
||||
function convertToBuffer(data) {
|
||||
if (typeof data === "string") {
|
||||
return (0, util_utf8_browser_1.fromUtf8)(data);
|
||||
}
|
||||
if (ArrayBuffer.isView(data)) {
|
||||
return new Uint8Array(data.buffer, data.byteOffset, data.byteLength / Uint8Array.BYTES_PER_ELEMENT);
|
||||
}
|
||||
return new Uint8Array(data);
|
||||
}
|
||||
//# sourceMappingURL=webCryptoSha1.js.map
|
||||
1
resources/app/node_modules/@aws-crypto/sha1-browser/build/webCryptoSha1.js.map
generated
vendored
Normal file
1
resources/app/node_modules/@aws-crypto/sha1-browser/build/webCryptoSha1.js.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"webCryptoSha1.js","sourceRoot":"","sources":["../src/webCryptoSha1.ts"],"names":[],"mappings":"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"}
|
||||
Reference in New Issue
Block a user