Property | Type | Description | |
---|---|---|---|
OutputGate |
Property | Type | Description | |
---|---|---|---|
Prime | int |
Method | Description | |
---|---|---|
Circuit ( int prime, IList |
||
EmptyResult ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
GetInputOrOutputWires ( bool isInput ) : IList |
||
InternalCalculate ( string inputs, int prime ) : Zp |
Returns a List of all outputs.
|
|
StringSplit ( string source, string regexDelimiter, bool trimTrailingEmptyStrings ) : string[] |
public Circuit ( int prime, IList |
||
prime | int | |
gates | IList |
|
inputs | IList |
|
outputGate | ||
return | System |