Table of Contents

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

public int K { get; }

Property Value

int

N

public int N { get; }

Property Value

int

N1

public int N1 { get; }

Property Value

int

N1n2Bytes

public int N1n2Bytes { get; }

Property Value

int

N2

public int N2 { get; }

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

public int W { get; }

Property Value

int

We

public int We { get; }

Property Value

int

Wr

public int Wr { get; }

Property Value

int