Skip to content

liboqs-dotnet version 0.3.0

Latest
Compare
Choose a tag to compare
@dstebila dstebila released this 08 Jul 20:15
· 15 commits to master since this release
8ac3ce8

liboqs-dotnet version 0.3.0

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/.

liboqs is an open source C library for quantum-resistant cryptographic algorithms. See more about liboqs at https://github.com/open-quantum-safe/liboqs/, including a list of supported algorithms.

liboqs-dotnet is an open source .NET wrapper in C# for the liboqs C library for quantum-resistant cryptographic algorithms. Details about liboqs-dotnet can be found in README.md. See in particular limitations on intended use.

Release notes

This release of liboqs-dotnet was released on July 9th, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-dotnet/releases/tag/0.3.0.

Changes

Version 0.3.0
- Added support to linux and macOS (with circleci tests)
- Added support for liboqs 0.3.0

Version 0.2.0
- 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
- Initial release