License |
License |
---|---|
GroupId | GroupIdorg.bouncycastle |
ArtifactId | ArtifactIdbcpqc-addon-fips |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBouncy Castle PQC Addon APIs (FIPS Distribution)
The Bouncy Castle Java PQC Addon APIs contains some tools for adding the use of NewHope, FrodoKEM, and Classic McEliece to KAS and Key Transport via the use of supplementary private info allowing the mechanisms to stay FIPS compliant with (hopefully) a touch of Quantum Hardening.
|
Project URL |
Project URL |
Filename | Size |
---|---|
bcpqc-addon-fips-1.0.1.pom | |
bcpqc-addon-fips-1.0.1-sources.jar | 28 KB |
bcpqc-addon-fips-1.0.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bouncycastle/bcpqc-addon-fips/ -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpqc-addon-fips</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bouncycastle/bcpqc-addon-fips/
implementation 'org.bouncycastle:bcpqc-addon-fips:1.0.1'
// https://jarcasting.com/artifacts/org.bouncycastle/bcpqc-addon-fips/
implementation ("org.bouncycastle:bcpqc-addon-fips:1.0.1")
'org.bouncycastle:bcpqc-addon-fips:jar:1.0.1'
<dependency org="org.bouncycastle" name="bcpqc-addon-fips" rev="1.0.1">
<artifact name="bcpqc-addon-fips" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bouncycastle', module='bcpqc-addon-fips', version='1.0.1')
)
libraryDependencies += "org.bouncycastle" % "bcpqc-addon-fips" % "1.0.1"
[org.bouncycastle/bcpqc-addon-fips "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bc-fips | jar | [1.0.0,2.0.0) |