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
View File
@@ -9,3 +9,4 @@ export * from './util/JosaUtil.js';
export * from './util/RNG.js';
export * from './util/RandUtil.js';
export * from './util/TestRNG.js';
export * from './util/sha512.js';