mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-12-24 00:04:05 -05:00
0.15.0 full release [extended tests] (#2320)
Signed-off-by: Ganyu (Bruce) Xu <g66xu@uwaterloo.ca>
This commit is contained in:
parent
563e3ec07a
commit
97f6b86b1b
@ -45,7 +45,7 @@ set(CMAKE_C_VISIBILITY_PRESET hidden)
|
||||
set(OQS_VERSION_MAJOR 0)
|
||||
set(OQS_VERSION_MINOR 15)
|
||||
set(OQS_VERSION_PATCH 0)
|
||||
set(OQS_VERSION_PRE_RELEASE "-rc2")
|
||||
set(OQS_VERSION_PRE_RELEASE "")
|
||||
set(OQS_VERSION_TEXT "${OQS_VERSION_MAJOR}.${OQS_VERSION_MINOR}.${OQS_VERSION_PATCH}${OQS_VERSION_PRE_RELEASE}")
|
||||
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
|
||||
set(OQS_MINIMAL_GCC_VERSION "7.1.0")
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# liboqs version 0.15.0-rc1
|
||||
# liboqs version 0.15.0
|
||||
|
||||
The **Open Quantum Safe (OQS) project** has the goal of developing and prototyping quantum-resistant cryptography. More information on OQS can be found on our website: https://openquantumsafe.org/ and on Github at https://github.com/open-quantum-safe/.
|
||||
|
||||
@ -21,7 +21,7 @@ liboqs can also be used in the following programming languages via language-spec
|
||||
- Rust, via https://github.com/open-quantum-safe/liboqs-rust
|
||||
|
||||
# Release notes
|
||||
Release candidate 2 for liboqs 0.15.0 was released on Nov 10, 2025.
|
||||
liboqs 0.15.0 was released on Friday, Nov 14, 2025.
|
||||
|
||||
## Deprecation notice
|
||||
liboqs 0.15.0 is the last version to officially support SPHINCS+. SPHINCS+ will be removed in the 0.16.0 release and replaced by SLH-DSA. liboqs 0.15.0 also removes support for Dilithium.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user