mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-06 00:03:35 -04:00
Update README information about test harness.
This commit is contained in:
parent
d85fc67900
commit
27131da895
@ -30,8 +30,8 @@ To build, clone or download the source from Github, then simply type:
|
||||
This will generate:
|
||||
|
||||
- `liboqs.a`: A static library with implementations for the algorithms listed in "Contents" above.
|
||||
- `test_rand`: A simple test harness for the random number generator. This will output some bytes from the PRNG.
|
||||
- `test_kex`: A simple test harness for the default key exchange algorithm. This will output key exchange messages, and indicate whether the parties agree on the session key or not.
|
||||
- `test_rand`: A simple test harness for the random number generator. This will test the distance of PRNG output from uniform using statistical distance.
|
||||
- `test_kex`: A simple test harness for the default key exchange algorithm. This will output key exchange messages; indicate whether the parties agree on the session key or not over a large number of trials; and measure the distance of the sessions keys from uniform using statistical distance.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user