mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-11 00:02:42 -04:00
Update liboqs version to 0.2.1-dev
This commit is contained in:
parent
e01d14eeee
commit
d5738a2b80
21
RELEASE.md
21
RELEASE.md
@ -1,5 +1,5 @@
|
|||||||
liboqs version 0.2.0
|
liboqs version 0.2.1-dev
|
||||||
====================
|
========================
|
||||||
|
|
||||||
About
|
About
|
||||||
-----
|
-----
|
||||||
@ -24,31 +24,24 @@ liboqs can also be used in the following programming languages via language-spec
|
|||||||
Release notes
|
Release notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This release of liboqs was released on October 9, 2019. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs/releases/tag/0.2.0.
|
This release of liboqs was released on TODO. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs/releases/tag/0.2.1.
|
||||||
|
|
||||||
What's New
|
What's New
|
||||||
----------
|
----------
|
||||||
|
|
||||||
This release continues from the 0.1.0 release of liboqs "master branch".
|
This release continues from the 0.2.0 release of liboqs.
|
||||||
|
|
||||||
### Key encapsulation mechanisms
|
### Key encapsulation mechanisms
|
||||||
|
|
||||||
- Update FrodoKEM, NewHope, and SIDH/SIKE to NIST Round 2 submissions
|
- TBA
|
||||||
- Add Kyber, NTRU, and Saber NIST Round 2 submissions
|
|
||||||
|
|
||||||
### Digital signature schemes
|
### Digital signature schemes
|
||||||
|
|
||||||
- Update Picnic to NIST Round 2 submissions
|
- TBA
|
||||||
- Add Dilithium, MQDSS, Rainbow, and SPHINCS+ NIST Round 2 submissions
|
|
||||||
|
|
||||||
### Other changes
|
### Other changes
|
||||||
|
|
||||||
- Add support for cross-compilation on ARM
|
- TBA
|
||||||
- Add more extensive continuous integration testing
|
|
||||||
- Use OpenSSL for AES, SHA-2, and SHA-3 where available
|
|
||||||
- Add functions for runtime detection of whether KEM and signature scheme algorithms are enabled
|
|
||||||
|
|
||||||
Previous releases of liboqs differentiated between "master branch" and "nist-branch", with nist-branch supporting more algorithms. As of this release, nist-branch will no longer be developed or released, and all future releases are planned to be based on master branch.
|
|
||||||
|
|
||||||
Future work
|
Future work
|
||||||
-----------
|
-----------
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
#define OQS_SIG_DEFAULT OQS_SIG_alg_picnic_L1_FS
|
#define OQS_SIG_DEFAULT OQS_SIG_alg_picnic_L1_FS
|
||||||
|
|
||||||
#define OQS_MASTER_BRANCH /**/
|
#define OQS_MASTER_BRANCH /**/
|
||||||
#define OQS_VERSION_NUMBER 0x0020000fL
|
#define OQS_VERSION_NUMBER 0x00201000L
|
||||||
#define OQS_VERSION_TEXT "0.2.0"
|
#define OQS_VERSION_TEXT "0.2.1-dev"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
# Init
|
# Init
|
||||||
AC_INIT([liboqs], [0.2.0], [https://github.com/open-quantum-safe/liboqs/issues], [liboqs-master], [https://openquantumsafe.org/])
|
AC_INIT([liboqs], [0.2.1-dev], [https://github.com/open-quantum-safe/liboqs/issues], [liboqs-master], [https://openquantumsafe.org/])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([subdir-objects no-dependencies])
|
AM_INIT_AUTOMAKE([subdir-objects no-dependencies])
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
@ -17,8 +17,8 @@ AM_PROG_LIBTOOL
|
|||||||
# 1.2.3-rc2 0x10203002 (same as ...rc2-dev)
|
# 1.2.3-rc2 0x10203002 (same as ...rc2-dev)
|
||||||
# 1.2.3 0x1020300f
|
# 1.2.3 0x1020300f
|
||||||
# 1.2.3a 0x1020301f
|
# 1.2.3a 0x1020301f
|
||||||
AC_DEFINE([OQS_VERSION_NUMBER],[0x0020000fL],[Numeric liboqs version])
|
AC_DEFINE([OQS_VERSION_NUMBER],[0x00201000L],[Numeric liboqs version])
|
||||||
AC_DEFINE([OQS_VERSION_TEXT],["0.2.0"],[Text liboqs version])
|
AC_DEFINE([OQS_VERSION_TEXT],["0.2.1-dev"],[Text liboqs version])
|
||||||
AC_DEFINE([OQS_MASTER_BRANCH],[],[liboqs branch])
|
AC_DEFINE([OQS_MASTER_BRANCH],[],[liboqs branch])
|
||||||
|
|
||||||
# Configure
|
# Configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user