core/crypto/tuplehash: Initial import

This commit is contained in:
Yawning Angel
2024-03-04 17:50:43 +09:00
parent 15287a771f
commit c04a53e453
5 changed files with 424 additions and 131 deletions
+2
View File
@@ -40,6 +40,7 @@ import sha2 "core:crypto/sha2"
import sha3 "core:crypto/sha3"
import shake "core:crypto/shake"
import sm3 "core:crypto/sm3"
import tuplehash "core:crypto/tuplehash"
import x25519 "core:crypto/x25519"
import pe "core:debug/pe"
@@ -159,6 +160,7 @@ _ :: sha2
_ :: sha3
_ :: shake
_ :: sm3
_ :: tuplehash
_ :: x25519
_ :: pe
_ :: dynlib