public class MLKEMParameterSpec extends PQAlgorithmParameterSpec
[0] Roberto Avanzi, Joppe Bos, Léo Ducas, Eike Kiltz, Tancrède Lepoint, Vadim Lyubashevsky, John M. Schanck, Peter Schwabe, Gregor Seiler, and Damien Stehlé: " CRYSTALS-Kyber (version 3.02)" – Submission to round 3 of the NIST post-quantum project. [1] @see NIST.FIPS.203
| Modifier and Type | Class and Description |
|---|---|
static class |
MLKEMParameterSpec.ParameterSets
The possible parameter sets for Kyber.
|
algorithmID| Constructor and Description |
|---|
MLKEMParameterSpec()
This is the default constructor for the Kyber parameter spec.
|
MLKEMParameterSpec(iaik.asn1.structures.AlgorithmID algorithmID)
Define the parameter spec for Kyber by the algorithm ID.
|
MLKEMParameterSpec(MLKEMParameterSpec.ParameterSets parameterSet)
Define the parameter spec for Kyber by the parameter set.
|
MLKEMParameterSpec(SecurityLevel securityLevel)
Define the parameter spec for Kyber by the security level.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
getAlgorithmIDpublic MLKEMParameterSpec()
public MLKEMParameterSpec(MLKEMParameterSpec.ParameterSets parameterSet) throws PQRuntimeException
parameterSet - The given parameter setPQRuntimeException - if the given MLKEMParameterSpec.ParameterSets is not a valid parameter setpublic MLKEMParameterSpec(SecurityLevel securityLevel) throws NullPointerException
securityLevel - The given security levelNullPointerException - if the given SecurityLevel is nullpublic MLKEMParameterSpec(iaik.asn1.structures.AlgorithmID algorithmID)
throws PQException
algorithmID - The given algorithm IDPQException - if an error occurs because not valid algorithmID was givenCopyright © 2020–2025 Stiftung SIC. All rights reserved.