fix: implement scrypt using @noble/hashes/scrypt

- Fixed scrypt function that was throwing 'not yet implemented' error
- Uses @noble/hashes/scrypt for proper scrypt KDF
- Fixes account creation/import in pezkuwi-extension
- Version bump to 7.5.18
This commit is contained in:
2026-02-02 04:47:21 +03:00
parent 6039925ed1
commit 12a26227eb
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
],
"type": "module",
"types": "./build/index.d.ts",
"version": "7.5.15",
"version": "7.5.18",
"main": "./build/cjs/index.js",
"module": "./build/index.js",
"exports": {