Substitution-permutation Network Website Links For
Network
 

Information About

Substitution-permutation Network




These networks consist of S-box es and P-boxes that transform blocks of input Bit s into output bits. It is common for these transformations to be operations that are efficient to perform in hardware, such as Exclusive Or (XOR).

S-boxes substitute or transform input bits into output bits. A good S-box will have the property that changing one input Bit will change about half of the output bits. It will also have the property that each output bit will depend on every input bit. P-boxes permute or transpose bits across S-box inputs. In addition, at each round the Key is combined using some group operation, typically XOR.

See also