Commit f8e339dc authored by Douglas Stebila's avatar Douglas Stebila
Browse files

liboqs 0.6.0 RC2

Showing with 6 additions and 3 deletions
......@@ -24,7 +24,7 @@ set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_C_VISIBILITY_PRESET hidden)
set(OQS_VERSION_TEXT "0.6.0-rc1")
set(OQS_VERSION_TEXT "0.6.0-rc2")
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
......
liboqs version 0.6.0-rc1
liboqs version 0.6.0-rc2
========================
About
......@@ -28,7 +28,7 @@ liboqs can also be used in the following programming languages via language-spec
Release notes
=============
This is release candidate 1 for version 0.6.0 of liboqs. It was released on April 25, 2021.
This is release candidate 2 for version 0.6.0 of liboqs. It was released on June 2, 2021.
What's New
----------
......@@ -38,6 +38,9 @@ This release continues from the 0.5.0 release of liboqs.
### Key encapsulation mechanisms
- Update Classic McEliece implementation
- Bug fixes in SIKE
- Bug fixes in HQC
- Change unsigned char to uint8_t in KEM API
### Digital signature schemes
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment