core/crypto/jh: Remove, use SHA-3

This commit is contained in:
Yawning Angel
2023-11-16 21:40:57 +09:00
parent 2a6fb3a387
commit a99c0b3e4a
4 changed files with 0 additions and 648 deletions
-2
View File
@@ -27,7 +27,6 @@ import blake2b "core:crypto/blake2b"
import blake2s "core:crypto/blake2s"
import chacha20 "core:crypto/chacha20"
import chacha20poly1305 "core:crypto/chacha20poly1305"
import jh "core:crypto/jh"
import keccak "core:crypto/keccak"
import md2 "core:crypto/md2"
import md4 "core:crypto/md4"
@@ -150,7 +149,6 @@ _ :: blake2b
_ :: blake2s
_ :: chacha20
_ :: chacha20poly1305
_ :: jh
_ :: keccak
_ :: md2
_ :: md4