Update README information about test harness.

This commit is contained in:
Douglas Stebila 2016-08-19 09:47:47 -07:00
parent d85fc67900
commit 27131da895

View File

@ -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