* Initial format with astyle
* Fix templating to match
* Fix files with missing newline at EOF
* Remove old line
* Remove old .clang-format spec
* Add prettyprint target to CMake
* Add SHA256 incremental state destroy function
Following https://github.com/PQClean/PQClean/pull/247
* Add ThreeBears from PQClean
* Parallelize make test
* Add KEMs and documentation for ThreeBears
* cSHAKE shims
* Add LEDAcryptKEM from PQClean
* Undo rebase quirk
* Undo rebase quirk
* Use OpenSSL's EVP_MD_CTX_new and _free
* OSX testing added (only on checkin, only on master)
* Alternative way of running stuff only on recent check-ins
* OR not AND
* Build OSX on commit temporarily
* Missing checkout
* Install missing Python module on OSX
* Remove macOS on Travis
Co-authored-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com>
* Sync with PQClean as of January 22, 2020
* Add SHA256 incremental state destroy function
Following https://github.com/PQClean/PQClean/pull/247
* Fix typo
* Update PQClean commit in algorithm data sheets
[skip ci]
* Single underscore in header inclusion guards
* Supporting BIKE KEM reference code
* Hiding print global symbol when VERBOSE!=2
* Supporting USE_OPENSSL + OPENSSL_DIR
* Rename functions by using a legend instead of the FN() macro
* prettyprint
* Fixing the bug caused by OpenSSL GF2m_mod_inv API change in 1.1* see https://github.com/open-quantum-safe/openssl/issues/42 for more details.
* 1) Adding BIKE-1 Level-1/3 with the FO tranformation
2) Removing BIKE-2/3
3) Removing BIKE-1 Level-5
4) Renaming BIKE-1 Level-1/3 to BIKE-1-CPA
* Fixing tests
* Fixing the CPA KATs
* Supporting AVX512
* Enable BIKE in CircleCI
* Fixing ARM script with the new BIKE names.
* Don't include OpenSSL headers when the flag --without-openssl is provided
* Fixing duplicate symbol
* Typo in symbol name
* Removing the dependency on config.h
* Addressing comments from the review
* Update KEM algorithms length [skip ci]