Skip to content

Commit

Permalink
feat(web-client): add Diffie-Hellman key agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvlio committed Sep 8, 2022
1 parent 05fe2fa commit a8644e5
Show file tree
Hide file tree
Showing 16 changed files with 695 additions and 4 deletions.
183 changes: 183 additions & 0 deletions web-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
"@ngneat/until-destroy": "^9.2.1",
"@sentry/angular": "^6.19.7",
"@sentry/capacitor": "^0.6.1",
"@stablelib/hkdf": "^1.0.1",
"@stablelib/sha256": "^1.0.1",
"@stablelib/x25519": "^1.0.3",
"@zxing/browser": "^0.1.1",
"@zxing/library": "^0.19.1",
"@zxing/ngx-scanner": "~3.5.0",
Expand Down
33 changes: 33 additions & 0 deletions web-client/patches/@stablelib+binary+1.0.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
diff --git a/node_modules/@stablelib/binary/tsconfig.json b/node_modules/@stablelib/binary/tsconfig.json
index 81435d2..4082f16 100644
--- a/node_modules/@stablelib/binary/tsconfig.json
+++ b/node_modules/@stablelib/binary/tsconfig.json
@@ -1,27 +1,3 @@
{
- "compilerOptions": {
- "target": "es5",
- "module": "commonjs",
- "strict": true,
- "noUnusedParameters": true,
- "noImplicitReturns": true,
- "noUnusedLocals": true,
- "removeComments": false,
- "preserveConstEnums": true,
- "moduleResolution": "node",
- "newLine": "LF",
- "sourceMap": true,
- "declaration": true,
- "outDir": "lib",
- "lib": [
- "es5",
- "es2015.promise",
- "dom",
- "scripthost"
- ]
- },
- "exclude": [
- "node_modules",
- "lib"
- ]
+ "extends": "../../tsconfig.json"
}
33 changes: 33 additions & 0 deletions web-client/patches/@stablelib+bytes+1.0.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
diff --git a/node_modules/@stablelib/bytes/tsconfig.json b/node_modules/@stablelib/bytes/tsconfig.json
index 81435d2..4082f16 100644
--- a/node_modules/@stablelib/bytes/tsconfig.json
+++ b/node_modules/@stablelib/bytes/tsconfig.json
@@ -1,27 +1,3 @@
{
- "compilerOptions": {
- "target": "es5",
- "module": "commonjs",
- "strict": true,
- "noUnusedParameters": true,
- "noImplicitReturns": true,
- "noUnusedLocals": true,
- "removeComments": false,
- "preserveConstEnums": true,
- "moduleResolution": "node",
- "newLine": "LF",
- "sourceMap": true,
- "declaration": true,
- "outDir": "lib",
- "lib": [
- "es5",
- "es2015.promise",
- "dom",
- "scripthost"
- ]
- },
- "exclude": [
- "node_modules",
- "lib"
- ]
+ "extends": "../../tsconfig.json"
}
33 changes: 33 additions & 0 deletions web-client/patches/@stablelib+constant-time+1.0.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
diff --git a/node_modules/@stablelib/constant-time/tsconfig.json b/node_modules/@stablelib/constant-time/tsconfig.json
index 81435d2..4082f16 100644
--- a/node_modules/@stablelib/constant-time/tsconfig.json
+++ b/node_modules/@stablelib/constant-time/tsconfig.json
@@ -1,27 +1,3 @@
{
- "compilerOptions": {
- "target": "es5",
- "module": "commonjs",
- "strict": true,
- "noUnusedParameters": true,
- "noImplicitReturns": true,
- "noUnusedLocals": true,
- "removeComments": false,
- "preserveConstEnums": true,
- "moduleResolution": "node",
- "newLine": "LF",
- "sourceMap": true,
- "declaration": true,
- "outDir": "lib",
- "lib": [
- "es5",
- "es2015.promise",
- "dom",
- "scripthost"
- ]
- },
- "exclude": [
- "node_modules",
- "lib"
- ]
+ "extends": "../../tsconfig.json"
}
33 changes: 33 additions & 0 deletions web-client/patches/@stablelib+hash+1.0.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
diff --git a/node_modules/@stablelib/hash/tsconfig.json b/node_modules/@stablelib/hash/tsconfig.json
index 81435d2..4082f16 100644
--- a/node_modules/@stablelib/hash/tsconfig.json
+++ b/node_modules/@stablelib/hash/tsconfig.json
@@ -1,27 +1,3 @@
{
- "compilerOptions": {
- "target": "es5",
- "module": "commonjs",
- "strict": true,
- "noUnusedParameters": true,
- "noImplicitReturns": true,
- "noUnusedLocals": true,
- "removeComments": false,
- "preserveConstEnums": true,
- "moduleResolution": "node",
- "newLine": "LF",
- "sourceMap": true,
- "declaration": true,
- "outDir": "lib",
- "lib": [
- "es5",
- "es2015.promise",
- "dom",
- "scripthost"
- ]
- },
- "exclude": [
- "node_modules",
- "lib"
- ]
+ "extends": "../../tsconfig.json"
}
33 changes: 33 additions & 0 deletions web-client/patches/@stablelib+hkdf+1.0.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
diff --git a/node_modules/@stablelib/hkdf/tsconfig.json b/node_modules/@stablelib/hkdf/tsconfig.json
index 81435d2..4082f16 100644
--- a/node_modules/@stablelib/hkdf/tsconfig.json
+++ b/node_modules/@stablelib/hkdf/tsconfig.json
@@ -1,27 +1,3 @@
{
- "compilerOptions": {
- "target": "es5",
- "module": "commonjs",
- "strict": true,
- "noUnusedParameters": true,
- "noImplicitReturns": true,
- "noUnusedLocals": true,
- "removeComments": false,
- "preserveConstEnums": true,
- "moduleResolution": "node",
- "newLine": "LF",
- "sourceMap": true,
- "declaration": true,
- "outDir": "lib",
- "lib": [
- "es5",
- "es2015.promise",
- "dom",
- "scripthost"
- ]
- },
- "exclude": [
- "node_modules",
- "lib"
- ]
+ "extends": "../../tsconfig.json"
}
Loading

0 comments on commit a8644e5

Please sign in to comment.