liboqs-java version 0.2.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 January 24, 2025. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-java/releases/tag/0.2.0.
This release adds support for liboqs digital signature APIs for signing and verifying with a context string.
What's Changed
- Create a standalone jar by @jimouris in #8
- Remove Circle CI cache by @jimouris in #9
- liboqs/master -> liboqs/main and CI refactoring. by @xvzcf in #10
- CI update to Ubuntu 20 by @baentsch in #13
- Fix missing parameter needed at least on android by @Hatzen in #15
- Update README.md by @wangweij in #16
- Remove OQS_KEM_DEFAULT and OQS_SIG_DEFAULT by @dstebila in #18
- Remove NIST DRBG from API by @SWilson4 in #24
- Optimize pom.xml & Some fixes by @xybei in #25
- Move CI to GitHub Actions by @SWilson4 in #30
- Add support for the ML-DSA Context by @johngray-dev in #31
- Update README, examples, and CI before 0.2.0 release by @SWilson4 in #32
New Contributors
- @xvzcf made their first contribution in #10
- @baentsch made their first contribution in #13
- @Hatzen made their first contribution in #15
- @wangweij made their first contribution in #16
- @dstebila made their first contribution in #18
- @SWilson4 made their first contribution in #24
- @xybei made their first contribution in #25
- @johngray-dev made their first contribution in #31
Full Changelog: 0.1.0...0.2.0