Update page 'Home'

Russtopia 2023-10-17 00:01:32 -07:00
parent 597c036b57
commit c679fd1ecf
1 changed files with 2 additions and 2 deletions

@ -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)