-
Notifications
You must be signed in to change notification settings - Fork 8
Gate circuit configuration_eac3
Karel Kubicek edited this page Feb 13, 2017
·
2 revisions
Configuration for gate circuit back-end.
-
GATE_CIRCUIT
-
NUM_LAYERS
total number of layers in a circuit (excluding input and output layers) -
SIZE_LAYER
number of functions allowed in one circuit layer
Note: Current maximum is 32, due to representing objects by unsigned longs (32 bits). -
NUM_CONNECTORS
determines maximal number of connectors to a node
Note: Current maximum is 32, due to representing connectors as bits in unsigned longs. -
USE_MEMORY
1: use part of the output as input (simulating memory)
0: do not use output as memory -
MEMORY_SIZE
number of bytes to return from output to input -
ALLOWED_FUNCTIONS
determines which functions are allowed in the circuits (1 = allowed, 0 = forbidden)
detailed function description can be found in gate circuit principles
-
NUM_LAYERS
--
You are on EACirc 3 wiki!
--
Building notes
Running notes
Recommencing computation
--
Framework components
Circuit back-ends
Main computation loop
Projects
Evaluators
CUDA support
Testing
Known bugs
Third party libraries
I/O-Files structure
Java bytecode simulator
--
Project eStream
Project SHA-3
Project CAESAR
Project Files
--