mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 13:55:45 +00:00
core:crypto/deoxysii: Initial import
This commit is contained in:
@@ -33,6 +33,7 @@ import blake2s "core:crypto/blake2s"
|
||||
import chacha20 "core:crypto/chacha20"
|
||||
import chacha20poly1305 "core:crypto/chacha20poly1305"
|
||||
import crypto_hash "core:crypto/hash"
|
||||
import deoxysii "core:crypto/deoxysii"
|
||||
import ed25519 "core:crypto/ed25519"
|
||||
import hkdf "core:crypto/hkdf"
|
||||
import hmac "core:crypto/hmac"
|
||||
@@ -177,6 +178,7 @@ _ :: blake2b
|
||||
_ :: blake2s
|
||||
_ :: chacha20
|
||||
_ :: chacha20poly1305
|
||||
_ :: deoxysii
|
||||
_ :: ed25519
|
||||
_ :: hmac
|
||||
_ :: hkdf
|
||||
|
||||
Reference in New Issue
Block a user