Entity: substitution_layer
- File: substitution_layer.sv
Diagram
Generics
| Generic name | Type | Value | Description |
|---|---|---|---|
| NUM_SBOXES | int | 64 | Number of SBOXES in the Substitution Layer |
Ports
| Port name | Direction | Type | Description |
|---|---|---|---|
| i_state | input | t_state_array | Input State Array |
| o_state | output | t_state_array | Output State Array |