public class HQCParameterSpec extends PQAlgorithmParameterSpec
[0] Carlos Aguilar Melchor, Nicolas Aragon, Slim Bettaieb, Loïc Bidoux, Olivier Blazy, Jurjen Bos, Jean-Christophe Deneuville, Arnaud Dion, Philippe Gaborit, Jérôme Lacan, Edoardo Persichetti, Jean-Marc Robert, Pascal Véron and Gilles Zémor HQC (30.04.2023) – Submission to round 4 of the NIST post-quantum project.
| Modifier and Type | Class and Description |
|---|---|
static class |
HQCParameterSpec.ParameterSets
The possible parameter sets for HQC.
|
algorithmID| Constructor and Description |
|---|
HQCParameterSpec()
This is the default constructor for the HQC parameter spec.
|
HQCParameterSpec(iaik.asn1.structures.AlgorithmID algorithmID)
Define the parameter spec for HQC by the algorithm ID.
|
HQCParameterSpec(HQCParameterSpec.ParameterSets parameterSet)
Define the parameter spec for HQC by the parameter set.
|
HQCParameterSpec(SecurityLevel securityLevel)
Define the parameter spec for HQC by the security level.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
getAlgorithmIDpublic HQCParameterSpec()
public HQCParameterSpec(HQCParameterSpec.ParameterSets parameterSet) throws PQRuntimeException
parameterSet - The given parameter setPQRuntimeException - if the given HQCParameterSpec.ParameterSets is not a valid parameter setpublic HQCParameterSpec(SecurityLevel securityLevel) throws NullPointerException
securityLevel - The given security levelNullPointerException - if the given SecurityLevel is nullpublic HQCParameterSpec(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.