aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2024-04-05 20:03:46 +0900
committerYawning Angel <yawning@schwanenlied.me>2024-04-09 14:37:59 +0900
commit893c3bef9a45fd58da38a11daa8ec9b0c6c323fe (patch)
treebee2b9e3effd3b1c9d4de1b13a65b1da61a61a1d /examples
parentd96f8bb5c1f5f7b24a23383f88c1b9a637b586b2 (diff)
core/crypto/ed25519: Initial import
Diffstat (limited to 'examples')
-rw-r--r--examples/all/all_main.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin
index cc0005840..f60088823 100644
--- a/examples/all/all_main.odin
+++ b/examples/all/all_main.odin
@@ -29,6 +29,7 @@ import blake2s "core:crypto/blake2s"
import chacha20 "core:crypto/chacha20"
import chacha20poly1305 "core:crypto/chacha20poly1305"
import crypto_hash "core:crypto/hash"
+import ed25519 "core:crypto/ed25519"
import hkdf "core:crypto/hkdf"
import hmac "core:crypto/hmac"
import kmac "core:crypto/kmac"
@@ -152,6 +153,7 @@ _ :: blake2b
_ :: blake2s
_ :: chacha20
_ :: chacha20poly1305
+_ :: ed25519
_ :: hmac
_ :: hkdf
_ :: kmac