Table of Contents

Class BikeParameters

Namespace
Org.BouncyCastle.Pqc.Crypto.Bike
Assembly
BouncyCastle.Cryptography.dll
public sealed class BikeParameters : ICipherParameters
Inheritance
BikeParameters
Implements
Inherited Members

Fields

bike128

public static BikeParameters bike128

Field Value

BikeParameters

bike192

public static BikeParameters bike192

Field Value

BikeParameters

bike256

public static BikeParameters bike256

Field Value

BikeParameters

Properties

DefaultKeySize

public int DefaultKeySize { get; }

Property Value

int

L

public int L { get; }

Property Value

int

LByte

public int LByte { get; }

Property Value

int

Name

public string Name { get; }

Property Value

string

NbIter

public int NbIter { get; }

Property Value

int

R

public int R { get; }

Property Value

int

RByte

public int RByte { get; }

Property Value

int

T

public int T { get; }

Property Value

int

Tau

public int Tau { get; }

Property Value

int

W

public int W { get; }

Property Value

int