Skip to content

Commit c168fef

Browse files
authored
Merge pull request #7 from ecki/patch-1
services.json: adding OpenJDK and Bouncy Castle
2 parents 2ce5f91 + 7651297 commit c168fef

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

services.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,19 @@
203203
"link": "https://pkg.go.dev/filippo.io/mlkem768#section-readme",
204204
"date": "01/01/1970"
205205

206+
},
207+
{
208+
"name": "OpenJDK",
209+
"description": "As defined in Java Enhancement Proposals JEP497 for ML-DSA (ML-DSA-44, ML-DSA-65, and ML-DSA-87 standardized in FIPS 204) and JEP496 for ML-KEM () in the OpenJDK JCE provider since Java 24.",
210+
"link": "https://openjdk.org/jeps/496" ,
211+
"date": "03/18/2025"
212+
213+
},
214+
{
215+
"name": "Bouncy Castle – Open-source cryptographic APIs",
216+
"description": "Bouncy Castle for Java and C# .Net providing crypto linrary supporting a wide range of standard and draft quantum-resitant algorithms and formats.",
217+
"link": "https://www.bouncycastle.org/documentation/specification_interoperability/#algorithms-and-key-types" ,
218+
"date": "01/01/1970"
206219
}
207220
],
208221
"Post-Quantum Research and Resources": [
@@ -241,6 +254,12 @@
241254
"description": "Recommended Practice for Post-Quantum Cryptography Migration.",
242255
"link": "https://standards.ieee.org/ieee/3172/10926/",
243256
"date": "05/13/2022"
257+
},
258+
{
259+
"name": "Post-Quantum Almanach (Bouncy Castle)",
260+
"description": "Algorithm comparision, state of standadisation and implementation examples (PDF).",
261+
"link": "https://downloads.bouncycastle.org/java/docs/PQC-Almanac.pdf",
262+
"date": "11/18/2024"
244263
}
245264
]
246265
}

0 commit comments

Comments
 (0)