From 597c036b57cbc50d4eca4f06b97f345a33b09a9f Mon Sep 17 00:00:00 2001 From: Russtopia Date: Mon, 16 Oct 2023 23:58:00 -0700 Subject: [PATCH] Update page 'Home' --- Home.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index d3a23a7..a3d4d01 100644 --- a/Home.md +++ b/Home.md @@ -93,11 +93,15 @@ Architecture Planned Work -- -While the author's experimentation with the HerraduraKEx algorithm and its implementation in Go served to inspire this project, it is a further goal to support other key exchange/encapsulation algorithms, at which time this project should probably be renamed as it will no longer strictly be the 'Herradura Key Exchange Shell'. -Candidates under consideration for alternate KEx algorithms: +The author's experimentation with the HerraduraKEx algorithm and its implementation in Go served to inspire this project. Subsequent work to support other key exchange/encapsulation algorithms made it prudent to rename the project from *hkexsh* to *xs*, as it was no longer a remote shell exclusively reliant on the initial KEx/KEM algorithm used. + +Candidate PQC algos implemented since the intitial proof-of-concept: * IMPLEMENTED in v0.8.1 [NewHope](https://www.newhopecrypto.org) == [(golang implementation)](https://gogs.blitter.com/RLabs/newhope) * IMPLEMENTED - [Kyber](https://pq-crystals.org/kyber/index.shtml) == [(golang library)](https://gogs.blitter.com/RLabs/kyber) + +Other algorithms considered, but not yet implemented: + * [Kurosawa-Desmedt](?) * [LIZARD?](https://csrc.nist.gov/CSRC/media/Presentations/Lizard/images-media/Lizard-April2018.pdf) * [BIKE?](http://bikesuite.org/#spec)