C# 클래스 MpcLib.Circuits.PermutationNetwork

상속: ICloneable
파일 보기 프로젝트 열기: mahdiz/mpclib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FirstGateForWire MpcLib.Circuits.InputGateAddress[]
LastGateForWire MpcLib.Circuits.OutputGateAddress[]

공개 메소드들

메소드 설명
AppendGate ( Gate gate, int wires ) : void
AppendNetwork ( PermutationNetwork pn, int wires ) : void
Clone ( ) : object
CollapsePermutationGates ( ) : void
PermutationNetwork ( int wireCount ) : System
ToString ( ) : string

메소드 상세

AppendGate() 공개 메소드

public AppendGate ( Gate gate, int wires ) : void
gate Gate
wires int
리턴 void

AppendNetwork() 공개 메소드

public AppendNetwork ( PermutationNetwork pn, int wires ) : void
pn PermutationNetwork
wires int
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CollapsePermutationGates() 공개 메소드

public CollapsePermutationGates ( ) : void
리턴 void

PermutationNetwork() 공개 메소드

public PermutationNetwork ( int wireCount ) : System
wireCount int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

FirstGateForWire 공개적으로 프로퍼티

public InputGateAddress[],MpcLib.Circuits FirstGateForWire
리턴 MpcLib.Circuits.InputGateAddress[]

LastGateForWire 공개적으로 프로퍼티

public OutputGateAddress[],MpcLib.Circuits LastGateForWire
리턴 MpcLib.Circuits.OutputGateAddress[]