Differential equations of addition
From Wikipedia, the free encyclopedia
In cryptography, differential equations of addition (DEA) are one of the most basic equations related to differential cryptanalysis that mix additions over two different groups (e.g. additions over GF(232) and GF(2)) and where input and output differences are expressed as XORs.
[edit] Examples of Differential Equations of Addition
Differential equations of addition (DEA) are of the following form:
where x and y are n-bit unknown variables and a, b and c are known variables. The symbols + and denote addition modulo 2n and bitwise exclusive-or respectively. The above equation is denoted by (a,b,c).
Let a set S = {(ai,bi,ci) | i is an integer less than k} denote a system of k DEA where k is a polynomial in n. It has been proved that the satisfiability of an arbitrary set of DEA is in the complexity class P when a brute force search requires an exponential time.
[edit] Usage of Differential Equations of Addition
Solution to an arbitrary set of DEA (either in batch and or in adaptive query model) was due to Souradyuti Paul and Bart Preneel. The solution techniques have been used to attack the stream cipher Helix.
[edit] References
- Souradyuti Paul and Bart Preneel, Solving Systems of Differential Equations of Addition, ACISP 2005. Full version (PDF)
- Souradyuti Paul and Bart Preneel, Near Optimal Algorithms for Solving Differential Equations of Addition With Batch Queries, Indocrypt 2005. Full version (PDF)
- Helger Lipmaa, Johan Wallén, Philippe Dumas: On the Additive Differential Probability of Exclusive-Or. FSE 2004: 317-331.