Switch to XChaCha20-Poly1305

This commit is contained in:
2021-07-23 10:35:49 -05:00
parent 43335584c5
commit 7fe1420876
5 changed files with 26 additions and 342 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@blockstorage/repertory-js",
"version": "1.3.3-r1",
"version": "1.4.0-r1",
"description": "A Node.js module for interfacing with Repertory's remote mount API",
"author": "scott.e.graves@protonmail.com",
"license": "MIT",
@@ -41,6 +41,7 @@
"prepublish": "rollup -c --silent && ./fixup"
},
"dependencies": {
"@stablelib/xchacha20poly1305": "^1.0.1",
"int64-buffer": "^1.0.0",
"socket-pool": "^1.2.3",
"text-encoding": "^0.7.0",