-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,27 @@ | ||
liboqs-go version 0.4.0 | ||
liboqs-go version 0.7.1 | ||
======================= | ||
|
||
About | ||
----- | ||
|
||
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/. | ||
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/. | ||
|
||
**liboqs** is an open source C library for quantum-resistant cryptographic | ||
algorithms. See more about liboqs | ||
at [https://github.com/open-quantum-safe/liboqs/](https://github.com/open-quantum-safe/liboqs/) | ||
, including a list of supported algorithms. | ||
**liboqs** is an open source C library for quantum-resistant cryptographic algorithms. See more about liboqs at [https://github.com/open-quantum-safe/liboqs/](https://github.com/open-quantum-safe/liboqs/), including a list of supported algorithms. | ||
|
||
**liboqs-go** is an open source Go wrapper for the liboqs C library for | ||
quantum-resistant cryptographic algorithms. Details about liboqs-go can be found | ||
in [README.md](https://github.com/open-quantum-safe/liboqs-go/blob/main/README.md) | ||
. See in particular limitations on intended use. | ||
**liboqs-go** is an open source Go wrapper for the liboqs C library for quantum-resistant cryptographic algorithms. Details about liboqs-go can be found in [README.md](https://github.com/open-quantum-safe/liboqs-go/blob/main/README.md). See in particular limitations on intended use. | ||
|
||
Release notes | ||
============= | ||
|
||
This release of liboqs-go was released on November 28, 2020. Its release page on | ||
GitHub is https://github.com/open-quantum-safe/liboqs-go/releases/tag/0.4.0. | ||
This release of liboqs-go was released on January 5, 2022. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-go/releases/tag/0.7.1. | ||
|
||
What's New | ||
---------- | ||
|
||
This is the eight release of liboqs-go. For a list of changes | ||
This is the ninth release of liboqs-go. | ||
|
||
This is an incremental minor change release. | ||
|
||
For a list of changes | ||
see [CHANGES.txt](https://github.com/open-quantum-safe/liboqs-go/blob/main/CHANGES.txt) | ||
. |