Property | Type | Description | |
---|---|---|---|
FirstGateForWire | MpcLib.Circuits.InputGateAddress[] | ||
LastGateForWire | MpcLib.Circuits.OutputGateAddress[] |
Method | Description | |
---|---|---|
AppendGate ( |
||
AppendNetwork ( |
||
Clone ( ) : object | ||
CollapsePermutationGates ( ) : void | ||
PermutationNetwork ( int wireCount ) : System | ||
ToString ( ) : string |
public AppendGate ( |
||
gate | ||
wires | int | |
return | void |
public AppendNetwork ( |
||
pn | ||
wires | int | |
return | void |
public PermutationNetwork ( int wireCount ) : System | ||
wireCount | int | |
return | System |
public InputGateAddress[],MpcLib.Circuits FirstGateForWire | ||
return | MpcLib.Circuits.InputGateAddress[] |