#################################### Bench: Sbox and Substitution Layer #################################### This module contains the documentation for the Substitution Layer, S-Box and the testbenches. ****** Sbox ****** Model ===== .. automodule:: sbox_model :members: :show-inheritance: :no-index: :synopsis: Model for the S-Box. Testbench ========= .. automodule:: test_sbox :members: :show-inheritance: :synopsis: Test for the S-Box. ******************** Substitution Layer ******************** Model ===== .. automodule:: substitution_layer_model :members: :private-members: :show-inheritance: :no-index: :synopsis: Model for the substitution layer. Testbench ========= .. automodule:: test_substitution_layer :members: :show-inheritance: :synopsis: Test for the substitution layer.