WASM ускоренный алгоритм шифрования для избежания backpressure

This commit is contained in:
RoyceDa
2026-03-20 21:24:36 +02:00
parent e5a4c92ba7
commit 5032d92f8e
2 changed files with 62 additions and 62 deletions

View File

@@ -7,7 +7,10 @@
"build": {
"electronUpdaterCompatibility": false,
"extraResources": [
{ "from": "resources/", "to": "resources/" }
{
"from": "resources/",
"to": "resources/"
}
],
"files": [
"node_modules/sqlite3/**/*",
@@ -81,7 +84,7 @@
"@mantine/form": "^8.3.12",
"@mantine/hooks": "^8.3.12",
"@mantine/modals": "^8.3.12",
"@noble/ciphers": "^1.2.1",
"@noble/ciphers": "^1.3.0",
"@noble/secp256k1": "^3.0.0",
"@tabler/icons-react": "^3.31.0",
"@types/crypto-js": "^4.2.2",