From a5f1c10a73af7a82bb28e672a8cd330c32d72945 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 17 Jul 2024 14:05:54 +0200 Subject: [PATCH] Add hardware implementations --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7ae4214..30ec4f3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ This is the working area for the individual Internet-Draft, "The AEGIS family of | [moonbit-aegis](https://github.com/jedisct1/moonbit-aegis) | Moonbit | | [sodium-compat](https://github.com/paragonie/sodium_compat/tree/master/src/Core/AEGIS) | PHP | +### Hardware implementations + +| Name | Language | +| ------------------------------------------------------------------------------------ | -------- | +| [Athena/AEGIS](https://cryptography.gmu.edu/athena/index.php?id=CAESAR_source_codes) | RTL VHDL | + ## AEGIS support in TLS stacks - [Experimental support for BoringSSL](https://github.com/jedisct1/boringssl/tree/aegis)