Class HqcParameters
- Namespace
- Org.BouncyCastle.Pqc.Crypto.Hqc
- Assembly
- BouncyCastle.Cryptography.dll
public sealed class HqcParameters : ICipherParameters
- Inheritance
-
HqcParameters
- Implements
-
- Inherited Members
-
Fields
hqc128
public static HqcParameters hqc128
Field Value
- HqcParameters
hqc192
public static HqcParameters hqc192
Field Value
- HqcParameters
hqc256
public static HqcParameters hqc256
Field Value
- HqcParameters
Properties
DefaultKeySize
public int DefaultKeySize { get; }
Property Value
- int
Delta
public int Delta { get; }
Property Value
- int
K
Property Value
- int
N
Property Value
- int
N1
Property Value
- int
N1n2Bytes
public int N1n2Bytes { get; }
Property Value
- int
N2
Property Value
- int
NBytes
public int NBytes { get; }
Property Value
- int
SaltSizeBytes
public int SaltSizeBytes { get; }
Property Value
- int
Sha512Bytes
public int Sha512Bytes { get; }
Property Value
- int
W
Property Value
- int
We
Property Value
- int
Wr
Property Value
- int