Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.52 KB

File metadata and controls

44 lines (32 loc) · 1.52 KB

liboqs-python version 0.14.0


Added in version 0.14.0 July 2025

  • Added stateful signature support via the StatefulSignature class.
  • New enumeration helpers get_enabled_stateful_sig_mechanisms() and get_supported_stateful_sig_mechanisms().
  • Updated to liboqs 0.14.0.
  • ML-KEM keys can be generated from a seed via KeyEncapsulation.generate_keypair_seed().

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-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. See in particular limitations on intended use.


Release notes

This release of liboqs-python was released on July 10, 2025. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-python/releases/tag/0.14.0.


What's New

This is the 11th release of liboqs-python. For a list of changes see CHANGES.md.