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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
liboqs version 0.10.1-rc1
2
-
=========================
1
+
liboqs version 0.10.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 of version 0.10.1 of liboqs. It was released on June 5, 2024.
31
+
This is version 0.10.1 of liboqs. It was released on June 7, 2024.
32
32
33
33
This release is a security release which fixes potential non-constant-time behaviour in ML-KEM and Kyber based on https://github.com/pq-crystals/kyber/commit/0264efacf18dd665d2066f21df3a3290b52ba240 and https://github.com/pq-crystals/kyber/commit/9b8d30698a3e7449aeb34e62339d4176f11e3c6c. It also includes a fix for incorrectly named macros in the ML-DSA implementation.
34
34
@@ -39,8 +39,8 @@ This release continues from the 0.10.0 release of liboqs.
39
39
40
40
### Key encapsulation mechanisms
41
41
42
-
- Kyber: portable C and AVX2 implementations updated
43
-
- ML-KEM: portable C and AVX2 implementations updated
42
+
- Kyber: portable C implementation updated
43
+
- ML-KEM: portable C implementation updated
44
44
45
45
### Digital signature schemes
46
46
@@ -58,4 +58,4 @@ Detailed changelog
58
58
* Pull Kyber/ML-KEM CT-Fix from upstream by @bhess
59
59
* Force gcc 13.2.0 over 13.3.0 by @planetf1 in https://github.com/open-quantum-safe/liboqs/pull/1805
0 commit comments