You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
liboqs version 0.9.1-rc1
2
-
========================
1
+
liboqs version 0.9.1
2
+
====================
3
3
4
4
About
5
5
-----
@@ -28,7 +28,7 @@ liboqs can also be used in the following programming languages via language-spec
28
28
Release notes
29
29
=============
30
30
31
-
This is release candidate 1 for version 0.9.1 of liboqs. It was released on December 19, 2023.
31
+
This is version 0.9.1 of liboqs. It was released on December 22, 2023.
32
32
33
33
This release is a security release which fixes potential non-constant-time behaviour in Kyber based on https://github.com/pq-crystals/kyber/commit/dda29cc63af721981ee2c831cf00822e69be3220
34
34
@@ -39,12 +39,12 @@ This release continues from the 0.9.0 release of liboqs.
39
39
40
40
### Key encapsulation mechanisms
41
41
42
-
- Kyber: C, AVX2, and aarch64 implementation
42
+
- Kyber: C, AVX2, and aarch64 implementation updated
43
43
44
44
Detailed changelog
45
45
------------------
46
46
47
47
* pull kyber from upstream: dda29cc63af721981ee2c831cf00822e69be3220 (#1631) by @dstebila in https://github.com/open-quantum-safe/liboqs/pull/1633
48
48
* Apply patch to Kyber aarch64 code from PQClean for variable-time division issue -> targeting 0.9.1 by @bhess in https://github.com/open-quantum-safe/liboqs/pull/1637
0 commit comments