Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.38 KB

RELEASE.md

File metadata and controls

35 lines (20 loc) · 1.38 KB

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