mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-10 00:03:09 -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. * Updating BIKE's constant-time implementaion * Fixing Makefile * Missing declaration * Merge * Merge * Missing cast * Update license headers * Missing include * Update BIKE algorithm data sheet * More details on implementation version Based on email from Shay Gueron Co-authored-by: Douglas Stebila <dstebila@users.noreply.github.com>