diff options
| author | Yawning Angel <yawning@schwanenlied.me> | 2023-11-16 21:40:57 +0900 |
|---|---|---|
| committer | Yawning Angel <yawning@schwanenlied.me> | 2023-11-17 19:31:51 +0900 |
| commit | a99c0b3e4a3a7645d819be21d10e01559384c280 (patch) | |
| tree | 4b5490e442f7ee7f8630e0bcbac72a95e5abc62e /examples | |
| parent | 2a6fb3a387132c4ca7e88ab0d84b805b3570262e (diff) | |
core/crypto/jh: Remove, use SHA-3
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index ea2034b53..0b5cde5e9 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -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 |