From c679fd1ecff2c9ccebf871b4f11e157d3c7cb1f9 Mon Sep 17 00:00:00 2001 From: Russtopia Date: Tue, 17 Oct 2023 00:01:32 -0700 Subject: [PATCH] Update page 'Home' --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index a3d4d01..95e04af 100644 --- a/Home.md +++ b/Home.md @@ -93,9 +93,9 @@ Architecture Planned Work -- -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. +The author's experimentation with the HerraduraKEx algorithm and its implementation in Go, combined with a desire to devise an independent implementation -- or alternative to -- ssh, served to inspire this project. Subsequent work to support other key exchange/encapsulation algorithms made it seem 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: +Candidate PQC algorithms implemented since the initial 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)