core/crypto/kmac: Initial import

This commit is contained in:
Yawning Angel
2024-03-03 17:51:34 +09:00
parent c04a53e453
commit b818ebc02f
4 changed files with 228 additions and 11 deletions
+2
View File
@@ -31,6 +31,7 @@ import chacha20poly1305 "core:crypto/chacha20poly1305"
import crypto_hash "core:crypto/hash"
import hkdf "core:crypto/hkdf"
import hmac "core:crypto/hmac"
import kmac "core:crypto/kmac"
import keccak "core:crypto/legacy/keccak"
import md5 "core:crypto/legacy/md5"
import sha1 "core:crypto/legacy/sha1"
@@ -151,6 +152,7 @@ _ :: chacha20
_ :: chacha20poly1305
_ :: hmac
_ :: hkdf
_ :: kmac
_ :: keccak
_ :: md5
_ :: pbkdf2