blob: 8bdf7fe4ca693fe15d4c77fd303056771a4992c5 [file]
Pre-release
- Disabled unit testing for McEliece and Rainbow-IIIc/Vc under Windows
(stack size too small)
- The liboqs handle has now module-private visibility in oqs.py so clients
can not access it directly; can be accessed via the new oqs.native()
function
- Closing #7 https://github.com/open-quantum-safe/liboqs-python/issues/7,
all issues addressed
- Added AppVeyor continuous integration
Version 0.2.1 - January 22, 2020
- Added a signature example
- Added partial support for RNGs from <oqs/rand.h>
- Added an RNG example
Version 0.2.0 - October 8, 2019
- This release updates for compatibility with liboqs 0.2.0, which contains
new/updated algorithms based on NIST Round 2 submissions.
Version 0.1.0 - April 23, 2019
- Initial release