mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
docs: Mention NTRU-Prime/Curve25519 kex.
This commit is contained in:
@ -2347,6 +2347,13 @@ cipher selection (see \k{config-ssh-encryption}).
|
||||
|
||||
PuTTY currently supports the following key exchange methods:
|
||||
|
||||
\b \q{NTRU Prime / Curve25519 hybrid}: NTRU Prime is a lattice-based
|
||||
algorithm intended to resist quantum attacks. In this key exchange
|
||||
method, it is run in parallel with a conventional Curve25519-based
|
||||
method (one of those included in \q{ECDH}), in such a way that it
|
||||
should be no \e{less} secure than that commonly-used method, and
|
||||
hopefully also resistant to a new class of attacks.
|
||||
|
||||
\b \q{ECDH}: \i{elliptic curve} \i{Diffie-Hellman key exchange},
|
||||
with a variety of standard curves and hash algorithms.
|
||||
|
||||
|
Reference in New Issue
Block a user