mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Fix INSTALL file to specify levels.
This commit is contained in:
6
INSTALL
6
INSTALL
@ -163,13 +163,13 @@
|
||||
|
||||
For a quick start, you can run the client and server like this:
|
||||
|
||||
$ ./examples/server/server -v 4 --oqs KYBER512
|
||||
$ ./examples/client/client -v 4 --oqs KYBER512
|
||||
$ ./examples/server/server -v 4 --oqs P256_KYBER_LEVEL3
|
||||
$ ./examples/client/client -v 4 --oqs P256_KYBER_LEVEL3
|
||||
|
||||
Look for the following line in the output of the server and client:
|
||||
|
||||
```
|
||||
Using OQS KEM: KYBER512
|
||||
Using OQS KEM: P256_KYBER_LEVEL3
|
||||
```
|
||||
|
||||
The following NIST Competition Round 3 Finalist KEMs are supported:
|
||||
|
Reference in New Issue
Block a user