core/crypto/hmac: Initial import

This commit is contained in:
Yawning Angel
2024-02-07 00:42:01 +09:00
parent 2357293e05
commit 1cc639bc93
4 changed files with 408 additions and 130 deletions
+2
View File
@@ -28,6 +28,7 @@ import blake2s "core:crypto/blake2s"
import chacha20 "core:crypto/chacha20"
import chacha20poly1305 "core:crypto/chacha20poly1305"
import crypto_hash "core:crypto/hash"
import hmac "core:crypto/hmac"
import keccak "core:crypto/legacy/keccak"
import md5 "core:crypto/legacy/md5"
import sha1 "core:crypto/legacy/sha1"
@@ -143,6 +144,7 @@ _ :: blake2b
_ :: blake2s
_ :: chacha20
_ :: chacha20poly1305
_ :: hmac
_ :: keccak
_ :: md5
_ :: poly1305