1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-22271] Switch to SDK argon2 implementation, and drop other impls (#15401)

* Switch to SDK argon2 implementation

* Cleanup and update to the latest sdk

* Update package lock

* Remove copy patch

* Fix builds

* Fix test build

* Remove error

* Fix tests

* Fix build

* Run prettier

* Remove argon2 references

* Regenerate index.d.ts for desktop_native napi

* Replace mocked crypto function service type

(cherry picked from commit 8250e40c6c)
This commit is contained in:
Bernd Schoolmann
2025-07-15 11:53:58 +02:00
parent 1b1361ff5a
commit 8d69fcd6bb
27 changed files with 44 additions and 697 deletions

View File

@@ -59,14 +59,12 @@
},
"pkg": {
"assets": [
"./build/**/*",
"../../node_modules/argon2/**/*"
"./build/**/*"
]
},
"dependencies": {
"@koa/multer": "4.0.0",
"@koa/router": "13.1.0",
"argon2": "0.41.1",
"big-integer": "1.6.52",
"browser-hrtime": "1.1.8",
"chalk": "4.1.2",