From 9fdcc4e39a4cfd160b36cbd144f77e4502f133f9 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Tue, 20 Aug 2024 12:03:04 +0900 Subject: core/crypto/x448: Initial import --- examples/all/all_main.odin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 4a8a198d3..e95dcb67d 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -48,6 +48,7 @@ import shake "core:crypto/shake" import sm3 "core:crypto/sm3" import tuplehash "core:crypto/tuplehash" import x25519 "core:crypto/x25519" +import x448 "core:crypto/x448" import pe "core:debug/pe" import trace "core:debug/trace" @@ -190,6 +191,7 @@ _ :: shake _ :: sm3 _ :: tuplehash _ :: x25519 +_ :: x448 _ :: pe _ :: trace _ :: dynlib -- cgit v1.2.3