Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
liboqs-java version 0.2.0
liboqs-java version 0.3.0
=========================

About
Expand All @@ -16,3 +16,5 @@ Release notes
The initial release of liboqs-java was released on July 8, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-java/releases/tag/0.1.0.

Release 0.2.0 from January 2025 added support for Signature and Verify API's which accept a Context String.

Release 0.3.0 from April 2025 added a KEM API for deterministically generating a keypair from a seed. This function is currently supported only for the ML-KEM algorithm.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.openquantumsafe</groupId>
<artifactId>liboqs-java</artifactId>
<packaging>jar</packaging>
<version>2.0</version>
<version>3.0</version>
<name>liboqs-java: Java wrapper for liboqs</name>
<description>liboqs-java offers a Java wrapper providing quantum-resistant cryptographic algorithms via liboqs.</description>

Expand Down
Loading