C# Class MpcLib.Common.FiniteField.Circuits.BigWire

Afficher le fichier Open project: mahdiz/mpclib Class Usage Examples

Méthodes publiques

Свойство Type Description
ConstValue BigZp
InputIndex int
IsOutput bool

Méthodes publiques

Méthode Description
BigWire ( ) : System.Diagnostics
BigWire ( BigGate sourceGate, BigGate targetGate ) : System.Diagnostics
BigWire ( BigGate sourceGate, bool isOutput ) : System.Diagnostics
BigWire ( BigZp constValue ) : System.Diagnostics
BigWire ( int inputIndex, BigGate targetGate ) : System.Diagnostics
BigWire ( int inputIndex, bool isInput ) : System.Diagnostics
BigWire ( int inputIndex, bool isOutput, BigZp constValue ) : System.Diagnostics
Clone ( ) : BigWire

Method Details

BigWire() public méthode

public BigWire ( ) : System.Diagnostics
Résultat System.Diagnostics

BigWire() public méthode

public BigWire ( BigGate sourceGate, BigGate targetGate ) : System.Diagnostics
sourceGate BigGate
targetGate BigGate
Résultat System.Diagnostics

BigWire() public méthode

public BigWire ( BigGate sourceGate, bool isOutput ) : System.Diagnostics
sourceGate BigGate
isOutput bool
Résultat System.Diagnostics

BigWire() public méthode

public BigWire ( BigZp constValue ) : System.Diagnostics
constValue BigZp
Résultat System.Diagnostics

BigWire() public méthode

public BigWire ( int inputIndex, BigGate targetGate ) : System.Diagnostics
inputIndex int
targetGate BigGate
Résultat System.Diagnostics

BigWire() public méthode

public BigWire ( int inputIndex, bool isInput ) : System.Diagnostics
inputIndex int
isInput bool
Résultat System.Diagnostics

BigWire() public méthode

public BigWire ( int inputIndex, bool isOutput, BigZp constValue ) : System.Diagnostics
inputIndex int
isOutput bool
constValue BigZp
Résultat System.Diagnostics

Clone() public méthode

public Clone ( ) : BigWire
Résultat BigWire

Property Details

ConstValue public_oe property

public BigZp ConstValue
Résultat BigZp

InputIndex public_oe property

public int InputIndex
Résultat int

IsOutput public_oe property

public bool IsOutput
Résultat bool