feat: replace js-sha512 with @noble/hashes for SHA-512 implementation and update related logic

This commit is contained in:
2026-01-03 06:47:45 +00:00
parent 4f90f50033
commit 7b41852938
5 changed files with 62 additions and 12 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"typecheck": "tsc -b"
},
"dependencies": {
"js-sha512": "^0.9.0"
"@noble/hashes": "^2.0.1"
},
"devDependencies": {
"tsdown": "^0.18.3",