mirror of
https://github.com/pezkuwichain/pezkuwi-wasm.git
synced 2026-06-19 19:11:05 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user