From a28c4c878e4dab1b632ad0b30fa5ffc44ca9a19f Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Sat, 9 Feb 2019 18:31:38 +0000 Subject: [PATCH] Adds list of requireddependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eebe2ffd..3b8b2acd 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ int crypto_sign_verify(const uint8_t *sig, size_t siglen, const uint8_t *m, size As noted above, PQClean is **not** meant to be built as a single library: it is a collection of source code that can be easily integrated into other libraries. The PQClean repository includes various test programs which do build various files, but you should not use the resulting binaries for any purpose. +List of required dependencies: ``gcc or clang, make, python3, python-yaml library, valgrind``. + ## Using source code from PQClean in your own project Each implementation directory in PQClean (e.g., crypto\_kem/kyber768\clean) can be extracted for use in your own project. You will need to: