Skip to content

Commit 175bbc1

Browse files
committed
Doc edit.
1 parent 0183905 commit 175bbc1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -450,21 +450,21 @@ The wolfSSH client and server will automatically negotiate using Curve25519.
450450
POST-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

457457
In order to use this key exchange you must build and install wolfSSL on your
458458
system. Here is an example of an effective configuration:
459459

460-
$ ./configure --enable-wolfssh --enable-experimental --enable-mlkem
460+
$ ./configure --enable-wolfssh --enable-mlkem
461461

462462
After 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
468468
hybridized with ECDHE over the P-256 ECC curve.
469469

470470
$ ./examples/echoserver/echoserver -f

0 commit comments

Comments
 (0)