HTTP ECC Encryption implemented

This commit is contained in:
emad-salah 2021-03-27 15:10:16 +01:00
parent bdf8c7206b
commit 29640c9b59
10 changed files with 555 additions and 28 deletions

View file

@ -33,6 +33,7 @@
"cors": "^2.8.4",
"debug": "^3.1.0",
"dotenv": "^8.1.0",
"eccrypto": "^1.1.6",
"express": "^4.14.1",
"express-session": "^1.17.1",
"google-proto-files": "^1.0.3",
@ -105,4 +106,4 @@
"pre-commit": "yarn lint && yarn typecheck && yarn lint-staged"
}
}
}
}