Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
liboqs
Commits
f8e339dc
Commit
f8e339dc
authored
3 years ago
by
Douglas Stebila
Browse files
Options
Download
Patches
Plain Diff
liboqs 0.6.0 RC2
parent
bd239778
bc
bc-liboqs-0.10.1
bc-liboqs-0.7.2
bc-liboqs-0.9.2
feature/only-enable-asm-when-needed
fix/build_error_when_not_using_sdk_10.0.18362.0
fix/upgrade_cxx_17
update/v0.12.0
0.7.1
0.7.1-rc1
0.7.0
0.7.0-rc4
0.7.0-rc3
0.6.0
0.6.0-rc3
0.6.0-rc2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
CMakeLists.txt
RELEASE.md
+5
-2
RELEASE.md
with
6 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
f8e339dc
...
...
@@ -24,7 +24,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.6.0-rc
1
"
)
set
(
OQS_VERSION_TEXT
"0.6.0-rc
2
"
)
set
(
OQS_COMPILE_BUILD_TARGET
"
${
CMAKE_SYSTEM_PROCESSOR
}
-
${
CMAKE_HOST_SYSTEM
}
"
)
set
(
CMAKE_EXPORT_COMPILE_COMMANDS ON
)
...
...
This diff is collapsed.
Click to expand it.
RELEASE.md
+
5
−
2
View file @
f8e339dc
liboqs version 0.6.0-rc
1
liboqs version 0.6.0-rc
2
========================
About
...
...
@@ -28,7 +28,7 @@ liboqs can also be used in the following programming languages via language-spec
Release notes
=============
This is release candidate
1
for version 0.6.0 of liboqs. It was released on
April
2
5
, 2021.
This is release candidate
2
for version 0.6.0 of liboqs. It was released on
June
2, 2021.
What's New
----------
...
...
@@ -38,6 +38,9 @@ This release continues from the 0.5.0 release of liboqs.
### Key encapsulation mechanisms
-
Update Classic McEliece implementation
-
Bug fixes in SIKE
-
Bug fixes in HQC
-
Change unsigned char to uint8_t in KEM API
### Digital signature schemes
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets