support ESM (#42)

* support ESM

* Optimize
This commit is contained in:
gkgoat
2026-07-17 15:44:06 +08:00
committed by GitHub
parent d1ab318829
commit 83e468af79
5 changed files with 2748 additions and 854 deletions
+1
View File
@@ -0,0 +1 @@
export {sha3_224, sha3_256, sha3_384, sha3_512, keccak_224, keccak_256, keccak_384, keccak_512, kmac_128, kmac_256, shake_128, shake_256, cshake_128, cshake_256} from './sha3.js'