From eb9cedfac845454f5e5979f08d40eb6c202b5813 Mon Sep 17 00:00:00 2001 From: Russtopia Date: Thu, 2 May 2024 00:16:56 -0700 Subject: [PATCH] Added ref to FRODOKem --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index 95e04af..c2727bf 100644 --- a/Home.md +++ b/Home.md @@ -34,6 +34,8 @@ The client shell and copy (`xs`/`xc`) and server (`xsd`) programs build upon the * The experimental HerraduraKEx key exchange algorithm, first published at [Omar Elejandro Herrera Reyna's HerraduraKEx project](http://github.com/Caume/HerraduraKEx). * The experimental Kyber IND-CCA2-secure key encapsulation mechanism (KEM) [KYBER IND-CCA-2](https://pq-crystals.org/kyber/). * The experimental NewHope1024-CCA-KEM key encapsulation mechanism (KEM) and its variant 'NEWHOPE-SIMPLE' [NewHope](https://www.newhopecrypto.org) +* The FrodoKEM algorithm [frodokem.org](https://frodokem.org/) :: Go version by [Eduardo E. S. Riccardi](https://github.com/kuking/go-frodokem) + The `xs` client follows a standard Golang client connection style, but replaces calls to raw `net.Dial()` with `xsnet.Dial()`, and likewise the `xsd` server uses `xsnet.Listen()` to obtain connections conforming to the basic `net.Conn` interface.