-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from fisherstevenk/bug/12
Bug/12
- Loading branch information
Showing
5 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,8 +41,6 @@ Some minor changes were needed for this library to work with JDK 18 (version 2.0 | |
</project> | ||
``` | ||
|
||
The "builds" directory contains a signed Oracle JDK 18 version (kyberJCE-2.1.2.jar) along with an md5 hash file for verification. | ||
|
||
The initial creation of this code was translated from this Go implementation of [Kyber (version 3)](https://github.com/symbolicsoft/kyber-k2so). After getting that to work, the code was modified into a JCE. The Diffie-Hellman OpenJDK 11 code was used as a base. | ||
|
||
Kyber has three different parameter sets: 512, 768, and 1024. Kyber-512 aims at security roughly equivalent to AES-128, Kyber-768 aims at security roughly equivalent to AES-192, and Kyber-1024 aims at security roughly equivalent to AES-256. | ||
|
@@ -99,7 +97,7 @@ This library is available under the MIT License. The tests from the [Go](https:/ | |
More details about CRYSTALS and the most secure ways to use it can be found [here](https://pq-crystals.org/index.shtml) | ||
## Signing Expiration | ||
The signing certificates are ony valid for 5 years. This means that the kyberJCE-2.1.2.jar certificate is only good until 2027-08-03. After that time, you will no longer be able to import the 2.1.2 jar into the Oracle JVM. (No one knows what will happen in 5 years, but you can import it into the OpenJDK JVM and I probably will have an updated certificate at that point as well.) | ||
The signing certificates are ony valid for 5 years. This means that the certificate for each signed Release jar file is only good until 2027-08-03. After that time, you will no longer be able to import the 2.1.2 jar into the Oracle JVM. (No one knows what will happen in 5 years, but you can import it into the OpenJDK JVM and I probably will have an updated certificate at that point as well.) | ||
## Contact | ||
[email protected] |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters