| Package | Description |
|---|---|
| org.bouncycastle.pqc.crypto.mlkem |
This is a small portion of bouncycastle 1.80 for MLKEM, modified to reduce dependencies.
|
| org.bouncycastle.pqc.crypto.util |
Utility classes for Post-Quantum Cryptography operations.
|
| Modifier and Type | Method and Description |
|---|---|
SecretWithEncapsulation |
MLKEMGenerator.generateEncapsulated(AsymmetricKeyParameter recipientKey) |
SecretWithEncapsulation |
MLKEMGenerator.internalGenerateEncapsulated(AsymmetricKeyParameter recipientKey,
byte[] randBytes) |
| Modifier and Type | Class and Description |
|---|---|
class |
SecretWithEncapsulationImpl
Implementation of SecretWithEncapsulation for post-quantum cryptography.
|