Skip to content

Commit

Permalink
Update release notes and documentation for version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dstebila committed Jan 23, 2020
1 parent 329d3e2 commit 6c1a397
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.2.1 - January xx, 2020
Version 0.2.1 - January 22, 2020
- Added a signature example
- Added partial support for RNGs from <oqs/rand.h>
- Added an RNG example
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,14 @@ The Open Quantum Safe project is led by [Douglas Stebila](https://www.douglas.st
Contributors to the liboqs-python wrapper include:

- Ben Davies (University of Waterloo)
- Christian Paquin (Microsoft Research)
- Vlad Gheorghiu (evolutionQ, University of Waterloo)
- Christian Paquin (Microsoft Research)
- Douglas Stebila (University of Waterloo)

### Support

Financial support for the development of Open Quantum Safe has been provided by Amazon Web Services and the Tutte Institute for Mathematics and Computing.

We'd like to make a special acknowledgement to the companies who have dedicated programmer time to contribute source code to OQS, including Amazon Web Services, evolutionQ, and Microsoft Research.
We'd like to make a special acknowledgement to the companies who have dedicated programmer time to contribute source code to OQS, including Amazon Web Services, Cisco Systems, evolutionQ, IBM Research, and Microsoft Research.

Research projects which developed specific components of OQS have been supported by various research grants, including funding from the Natural Sciences and Engineering Research Council of Canada (NSERC); see the source papers for funding acknowledgments.
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ The **Open Quantum Safe (OQS) project** has the goal of developing and prototypi
Release notes
=============

This release of liboqs-python was released on January xx, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-python/releases/tag/0.2.1.
This release of liboqs-python was released on January 22, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-python/releases/tag/0.2.1.

What's New
----------

This is the third release of liboqs-python.
This release added partial support for RNGs from `<oqs/rand.h>`, together
with a signature example and an RNG example.
For a list of changes see [CHANGES.txt](https://github.com/open-quantum-safe/liboqs-python/blob/master/CHANGES.txt).

This release added partial support for RNGs from `<oqs/rand.h>`, together with a signature example and an RNG example.

For a list of changes see [CHANGES.txt](https://github.com/open-quantum-safe/liboqs-python/blob/master/CHANGES.txt).
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name='liboqs-python',
version='0.2.1',
author='liboqs team',
author='Open Quantum Safe project',
author_email='[email protected]',
packages=find_packages(exclude=('tests', 'docs', 'examples')),
scripts=[],
Expand Down

0 comments on commit 6c1a397

Please sign in to comment.