chore: add new deps: @stablelib/xchacha20poly1305

This commit is contained in:
Elysia
2024-09-16 23:49:23 +07:00
parent 4fa9e42fd5
commit e7ff84471c
4 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ Install:
- An encryption packages: - An encryption packages:
+ sodium (best performance) + sodium (best performance)
+ libsodium-wrappers + libsodium-wrappers
+ @stablelib/xchacha20poly1305
- ffmpeg (install and add to your system environment) - ffmpeg (install and add to your system environment)
*/ */

View File

@@ -6,6 +6,7 @@ Install:
- An encryption packages: - An encryption packages:
+ sodium (best performance) + sodium (best performance)
+ libsodium-wrappers + libsodium-wrappers
+ @stablelib/xchacha20poly1305
- ffmpeg (install and add to your system environment) - ffmpeg (install and add to your system environment)
*/ */

View File

@@ -21,10 +21,10 @@ Install:
- An encryption packages: - An encryption packages:
+ sodium (best performance) + sodium (best performance)
+ libsodium-wrappers + libsodium-wrappers
+ @stablelib/xchacha20poly1305
- ffmpeg (install and add to your system environment) - ffmpeg (install and add to your system environment)
*/ */
const { Client } = require('../../src/index'); const { Client } = require('../../src/index');
const client = new Client(); const client = new Client();

View File

@@ -6,6 +6,7 @@ Install:
- An encryption packages: - An encryption packages:
+ sodium (best performance) + sodium (best performance)
+ libsodium-wrappers + libsodium-wrappers
+ @stablelib/xchacha20poly1305
- ffmpeg (install and add to your system environment) - ffmpeg (install and add to your system environment)
*/ */