jar

org.bouncycastle : bcpqc-addon-fips

Maven & Gradle

Sep 01, 2020

Bouncy Castle PQC Addon APIs (FIPS Distribution) · The Bouncy Castle Java PQC Addon APIs contains some tools for adding the use of NewHope 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.

Table Of Contents

Latest Version

Download org.bouncycastle : bcpqc-addon-fips JAR file - Latest Versions:

All Versions

Download org.bouncycastle : bcpqc-addon-fips JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bcpqc-addon-fips-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.bouncycastle.pqc.addon

├─ org.bouncycastle.pqc.addon.AsymmetricCipherKeyPair.class - [JAR]

├─ org.bouncycastle.pqc.addon.ChaCha20.class - [JAR]

├─ org.bouncycastle.pqc.addon.ChaChaEngine.class - [JAR]

├─ org.bouncycastle.pqc.addon.ErrorCorrection.class - [JAR]

├─ org.bouncycastle.pqc.addon.ExchangePair.class - [JAR]

├─ org.bouncycastle.pqc.addon.KeyParameter.class - [JAR]

├─ org.bouncycastle.pqc.addon.NHAgreement.class - [JAR]

├─ org.bouncycastle.pqc.addon.NHExchangePairGenerator.class - [JAR]

├─ org.bouncycastle.pqc.addon.NHKeyPairGenerator.class - [JAR]

├─ org.bouncycastle.pqc.addon.NHOtherInfoGenerator.class - [JAR]

├─ org.bouncycastle.pqc.addon.NHPrivateKeyParameters.class - [JAR]

├─ org.bouncycastle.pqc.addon.NHPublicKeyParameters.class - [JAR]

├─ org.bouncycastle.pqc.addon.NHSecretKeyProcessor.class - [JAR]

├─ org.bouncycastle.pqc.addon.NHUtils.class - [JAR]

├─ org.bouncycastle.pqc.addon.NTT.class - [JAR]

├─ org.bouncycastle.pqc.addon.NewHope.class - [JAR]

├─ org.bouncycastle.pqc.addon.ParametersWithIV.class - [JAR]

├─ org.bouncycastle.pqc.addon.Params.class - [JAR]

├─ org.bouncycastle.pqc.addon.Poly.class - [JAR]

├─ org.bouncycastle.pqc.addon.Precomp.class - [JAR]

├─ org.bouncycastle.pqc.addon.Reduce.class - [JAR]

├─ org.bouncycastle.pqc.addon.Salsa20Engine.class - [JAR]

├─ org.bouncycastle.pqc.addon.SecretKeyProcessor.class - [JAR]

Advertisement