mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-08 00:03:38 -04:00
* 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]