File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -450,21 +450,21 @@ The wolfSSH client and server will automatically negotiate using Curve25519.
450450POST-QUANTUM
451451============
452452
453- wolfSSH now supports the post-quantum algorithm ML-KEM (formerly known as Kyber).
454- It uses the ML-KEM-512 parameter set and is hybridized with ECDHE over the P-256
455- ECC curve.
453+ wolfSSH now supports the post-quantum algorithm ML-KEM (formerly known as
454+ Kyber). It uses the ML-KEM-768 parameter set and is hybridized with ECDHE over
455+ the P-256 ECC curve.
456456
457457In order to use this key exchange you must build and install wolfSSL on your
458458system. Here is an example of an effective configuration:
459459
460- $ ./configure --enable-wolfssh --enable-experimental --enable- mlkem
460+ $ ./configure --enable-wolfssh --enable-mlkem
461461
462462After that, simply configure and build wolfssh as usual:
463463
464464 $ ./configure
465465 $ make all
466466
467- The wolfSSH client and server will automatically negotiate using ML-KEM-512
467+ The wolfSSH client and server will automatically negotiate using ML-KEM-768
468468hybridized with ECDHE over the P-256 ECC curve.
469469
470470 $ ./examples/echoserver/echoserver -f
You can’t perform that action at this time.
0 commit comments