mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-12-07 00:02:12 -05:00
liboqs 0.3.0
This commit is contained in:
parent
09fa25b6fe
commit
f6ca3dca5e
@ -18,7 +18,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.3.0-rc2")
|
||||
set(OQS_VERSION_TEXT "0.3.0")
|
||||
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
|
||||
@ -190,7 +190,7 @@ liboqs includes some third party libraries or modules that are licensed differen
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
Various companies, including Amazon Web Services, evolutionQ, Microsoft Research, Cisco Systems, and IBM Research have dedicated programmer time to contribute source code to OQS. [Various people](CONTRIBUTORS) have contributed source code to liboqs.
|
||||
Various companies, including Amazon Web Services, Cisco Systems, evolutionQ, IBM Research, and Microsoft Research have dedicated programmer time to contribute source code to OQS. [Various people](CONTRIBUTORS) have contributed source code to liboqs.
|
||||
|
||||
Financial support for the development of Open Quantum Safe has been provided by Amazon Web Services and the Tutte Institute for Mathematics and Computing.
|
||||
Research projects which developed specific components of OQS have been supported by various research grants, including funding from the Natural Sciences and Engineering Research Council of Canada (NSERC); see the source papers for funding acknowledgments.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
liboqs version 0.3.0-rc2
|
||||
========================
|
||||
liboqs version 0.3.0
|
||||
====================
|
||||
|
||||
About
|
||||
-----
|
||||
@ -24,7 +24,7 @@ liboqs can also be used in the following programming languages via language-spec
|
||||
Release notes
|
||||
=============
|
||||
|
||||
This is release candidate 2 for version 0.3.0 of liboqs. This release candidate was released on June 5, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs/releases/tag/0.3.0-rc2.
|
||||
This is version 0.3.0 of liboqs, which was released on June 10, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs/releases/tag/0.3.0.
|
||||
|
||||
What's New
|
||||
----------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user