########################################## Analysis of other cryptographic algorithms ########################################## There are some block ciphers that are relevant either because its wide use or because of its importance in the development of cryptanalysis techniques. In this chapter, some cryptographic algorithms from other block ciphers are analysed. Below you can find a legend describing the cryptographic criteria used in this chapter: +----------------+--------------------------+ | **NL** | Nonlinearity | +----------------+--------------------------+ | **NL2** | 2-nd order nonlinearity | +----------------+--------------------------+ | **LD** | Linearity distance | +----------------+--------------------------+ | **DEG** | Algebraic degree | +----------------+--------------------------+ | **AI** | Algebraic immunity | +----------------+--------------------------+ | **MAXAC** | Absolute indicator | +----------------+--------------------------+ | :math:`\sigma` | Sum-of-squares indicator | +----------------+--------------------------+ | **LP** | Linear potential | +----------------+--------------------------+ | **DP** | Differential Potential | +----------------+--------------------------+ .. admonition:: Hyperlinks to representations :class: note Open the hyperlinks to representations below in a new browser window or in a new tab. .. contents:: :local: :depth: 2 .. include:: other_d/DES.rst .. include:: other_d/kasumi.rst .. include:: other_d/macguffin.rst .. include:: other_d/miniaes.rst .. include:: other_d/square.rst