Skip to content

Commit d03b238

Browse files
committed
Draft release notes
1 parent 4b38f35 commit d03b238

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

RELEASE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
liboqs-python version 0.1.0
2+
===========================
3+
4+
About
5+
-----
6+
7+
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/.
8+
9+
**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.
10+
11+
**liboqs-python** is an open source Python 3 wrapper for the liboqs C library for quantum-resistant cryptographic algorithms. Details about liboqs-python can be found in [README.md](https://github.com/open-quantum-safe/liboqs-python/blob/master/README.md). See in particular limitations on intended use.
12+
13+
Release notes
14+
=============
15+
16+
This release of liboqs-python was released on <span style="color: red;">TODO</span>. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-python/releases/tag/0.1.0.
17+
18+
What's New
19+
----------
20+
21+
This is the first release of liboqs-python.
22+
23+
It contains a Python 3 module wrapper for the liboqs C library, along with examples and tests.
24+
25+
liboqs-python can be compiled against liboqs master branch, and makes available all digital signature schemes and key encapsulation mechanisms from liboqs.

0 commit comments

Comments
 (0)