feat: replace js-sha512 with @noble/hashes for SHA-512 implementation and update related logic
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"typecheck": "tsc -b"
|
||||
},
|
||||
"dependencies": {
|
||||
"js-sha512": "^0.9.0"
|
||||
"@noble/hashes": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsdown": "^0.18.3",
|
||||
|
||||
Reference in New Issue
Block a user