Skip to content

liboqs-java version 0.3.0

Latest

Choose a tag to compare

@SWilson4 SWilson4 released this 25 Apr 19:18
· 1 commit to master since this release
bf37d5f

liboqs-java 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-java is an open source Java wrapper for the liboqs C library for quantum-resistant cryptographic algorithms. Details about liboqs-java can be found in README.md. See in particular limitations on intended use.

Release notes

This version of liboqs-java was released on April 25, 2025. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-java/releases/tag/0.3.0.

This release adds support for a liboqs key encapsulation mechanism API for derandomized key generation from a seed.

What's Changed

  • Support derandomized key generation for ML-KEM by @SWilson4 in #33
  • Update RELEASE.md and pom.xml prior to release by @SWilson4 in #34

Full Changelog: 0.2.0...0.3.0