Bent function

From testwiki
Revision as of 01:09, 14 November 2024 by imported>Kvng (WP:ADOPTYPO boolean -> Boolean)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description

The four 2-ary Boolean functions with Hamming weight 1 are bent; i.e., their nonlinearity is 1 (these Hadamard matrices show the Hamming distance to each of the eight linear and affine functions).Template:Paragraph The following formula shows that a 2-ary function is bent when its nonlinearity is 1: Template:GlossaryTemplate:DefnTemplate:Glossary end
The Boolean function x1x2x3x4 is bent; i.e., its nonlinearity is 6 (which is what these Hadamard Matrices show).Template:Paragraph The following formula shows that a 4-ary function is bent when its nonlinearity is 6: Template:GlossaryTemplate:DefnTemplate:Glossary end

In the mathematical field of combinatorics, a bent function is a Boolean function that is maximally non-linear; it is as different as possible from the set of all linear and affine functions when measured by Hamming distance between truth tables. Concretely, this means the maximum correlation between the output of the function and a linear function is minimal. In addition, the derivatives of a bent function are balanced Boolean functions, so for any change in the input variables there is a 50 percent chance that the output value will change.

The maximal nonlinearity means approximating a bent function by an affine (linear) function is hard, a useful property in the defence against linear cryptanalysis. In addition, detecting a change in the output of the function yields no information about what change occurred in the inputs, making the function immune to differential cryptanalysis.

Bent functions were defined and named in the 1960s by Oscar Rothaus in research not published until 1976.[1] They have been extensively studied for their applications in cryptography, but have also been applied to spread spectrum, coding theory, and combinatorial design. The definition can be extended in several ways, leading to different classes of generalized bent functions that share many of the useful properties of the original.

It is known that V. A. Eliseev and O. P. Stepchenkov studied bent functions, which they called minimal functions, in the USSR in 1962.[2] However, their results have still not been declassified.

Bent functions are also known as perfectly nonlinear (PN) Boolean functions. Certain functions that are as close as possible to perfect nonlinearity (e.g. for functions of an odd number of bits, or vectorial functions) are known as almost perfectly nonlinear (APN).[3]

Walsh transform

Bent functions are defined in terms of the Walsh transform. The Walsh transform of a Boolean function f:2n2 is the function f^:2n given by

f^(a)=x2n(1)f(x)+ax,

where Template:Nowrap is the dot product in ZTemplate:Sup sub.[4] Alternatively, let Template:Nowrap and Template:Nowrap. Then Template:Nowrap and hence

f^(a)=|S0(a)||S1(a)|=2|S0(a)|2n.

For any Boolean function f and Template:Nowrap, the transform lies in the range

2nf^(a)2n.

Moreover, the linear function Template:Nowrap and the affine function Template:Nowrap correspond to the two extreme cases, since

f^0(a)=2n,f^1(a)=2n.

Thus, for each Template:Nowrap the value of f^(a) characterizes where the function f(x) lies in the range from f0(x) to f1(x).

Definition and properties

Rothaus defined a bent function as a Boolean function f:2n2 whose Walsh transform has constant absolute value. Bent functions are in a sense equidistant from all the affine functions, so they are equally hard to approximate with any affine function.

The simplest examples of bent functions, written in algebraic normal form, are Template:Nowrap and Template:Nowrap. This pattern continues: Template:Nowrap is a bent function 2n2 for every even n, but there is a wide variety of other bent functions as n increases.[5] The sequence of values (−1)f(x), with Template:Nowrap taken in lexicographical order, is called a bent sequence; bent functions and bent sequences have equivalent properties. In this ±1 form, the Walsh transform is easily computed as

f^(a)=W(2n)(1)f(a),

where W(2n) is the natural-ordered Walsh matrix and the sequence is treated as a column vector.[6]

Rothaus proved that bent functions exist only for even n, and that for a bent function f, |f^(a)|=2n/2 for all Template:Nowrap.[4] In fact, f^(a)=2n/2(1)g(a), where g is also bent. In this case, g^(a)=2n/2(1)f(a), so f and g are considered dual functions.[6]

Every bent function has a Hamming weight (number of times it takes the value 1) of Template:Nowrap, and in fact agrees with any affine function at one of those two numbers of points. So the nonlinearity of f (minimum number of times it equals any affine function) is Template:Nowrap, the maximum possible. Conversely, any Boolean function with nonlinearity Template:Nowrap is bent.[4] The degree of f in algebraic normal form (called the nonlinear order of f) is at most Template:Sfrac (for Template:Nowrap).[5]

Although bent functions are vanishingly rare among Boolean functions of many variables, they come in many different kinds. There has been detailed research into special classes of bent functions, such as the homogeneous ones[7] or those arising from a monomial over a finite field,[8] but so far the bent functions have defied all attempts at a complete enumeration or classification.

Constructions

There are several types of constructions for bent functions.[2]

  • Combinatorial constructions: iterative constructions, Maiorana–McFarland construction, partial spreads, Dillon's and Dobbertin's bent functions, minterm bent functions, bent iterative functions
  • Algebraic constructions: monomial bent functions with exponents of Gold, Dillon, Kasami, Canteaut–Leander and Canteaut–Charpin–Kuyreghyan; Niho bent functions, etc.

Applications

As early as 1982 it was discovered that maximum length sequences based on bent functions have cross-correlation and autocorrelation properties rivalling those of the Gold codes and Kasami codes for use in CDMA.[9] These sequences have several applications in spread spectrum techniques.

The properties of bent functions are naturally of interest in modern digital cryptography, which seeks to obscure relationships between input and output. By 1988 Forré recognized that the Walsh transform of a function can be used to show that it satisfies the strict avalanche criterion (SAC) and higher-order generalizations, and recommended this tool to select candidates for good S-boxes achieving near-perfect diffusion.[10] Indeed, the functions satisfying the SAC to the highest possible order are always bent.[11] Furthermore, the bent functions are as far as possible from having what are called linear structures, nonzero vectors a such that Template:Nowrap is a constant. In the language of differential cryptanalysis (introduced after this property was discovered) the derivative of a bent function f at every nonzero point a (that is, Template:Nowrap is a balanced Boolean function, taking on each value exactly half of the time. This property is called perfect nonlinearity.[5]

Given such good diffusion properties, apparently perfect resistance to differential cryptanalysis, and resistance by definition to linear cryptanalysis, bent functions might at first seem the ideal choice for secure cryptographic functions such as S-boxes. Their fatal flaw is that they fail to be balanced. In particular, an invertible S-box cannot be constructed directly from bent functions, and a stream cipher using a bent combining function is vulnerable to a correlation attack. Instead, one might start with a bent function and randomly complement appropriate values until the result is balanced. The modified function still has high nonlinearity, and as such functions are very rare the process should be much faster than a brute-force search.[5] But functions produced in this way may lose other desirable properties, even failing to satisfy the SAC – so careful testing is necessary.[11] A number of cryptographers have worked on techniques for generating balanced functions that preserve as many of the good cryptographic qualities of bent functions as possible.[12][13][14]

Some of this theoretical research has been incorporated into real cryptographic algorithms. The CAST design procedure, used by Carlisle Adams and Stafford Tavares to construct the S-boxes for the block ciphers CAST-128 and CAST-256, makes use of bent functions.[14] The cryptographic hash function HAVAL uses Boolean functions built from representatives of all four of the equivalence classes of bent functions on six variables.[15] The stream cipher Grain uses an NLFSR whose nonlinear feedback polynomial is, by design, the sum of a bent function and a linear function.[16]

Generalizations

More than 25 different generalizations of bent functions are described in Tokareva's 2015 monograph.[2] There are algebraic generalizations (q-valued bent functions, p-ary bent functions, bent functions over a finite field, generalized Boolean bent functions of Schmidt, bent functions from a finite Abelian group into the set of complex numbers on the unit circle, bent functions from a finite Abelian group into a finite Abelian group, non-Abelian bent functions, vectorial G-bent functions, multidimensional bent functions on a finite Abelian group), combinatorial generalizations (symmetric bent functions, homogeneous bent functions, rotation symmetric bent functions, normal bent functions, self-dual and anti-self-dual bent functions, partially defined bent functions, plateaued functions, Z-bent functions and quantum bent functions) and cryptographic generalizations (semi-bent functions, balanced bent functions, partially bent functions, hyper-bent functions, bent functions of higher order, k-bent functions).

The most common class of generalized bent functions is the mod m type, f:mnm such that

f^(a)=xmne2πim(f(x)ax)

has constant absolute value mn/2. Perfect nonlinear functions f:mnm, those such that for all nonzero a, Template:Nowrap takes on each value Template:Nowrap times, are generalized bent. If m is prime, the converse is true. In most cases only prime m are considered. For odd prime m, there are generalized bent functions for every positive n, even and odd. They have many of the same good cryptographic properties as the binary bent functions.[17][18]

Semi-bent functions are an odd-order counterpart to bent functions. A semi-bent function is f:mnm with n odd, such that |f^| takes only the values 0 and m(n+1)/2. They also have good cryptographic characteristics, and some of them are balanced, taking on all possible values equally often.[19]

The partially bent functions form a large class defined by a condition on the Walsh transform and autocorrelation functions. All affine and bent functions are partially bent. This is in turn a proper subclass of the plateaued functions.[20]

The idea behind the hyper-bent functions is to maximize the minimum distance to all Boolean functions coming from bijective monomials on the finite field GF(2n), not just the affine functions. For these functions this distance is constant, which may make them resistant to an interpolation attack.

Other related names have been given to cryptographically important classes of functions f:2n2n, such as almost bent functions and crooked functions. While not bent functions themselves (these are not even Boolean functions), they are closely related to the bent functions and have good nonlinearity properties.

See also

References

Template:Reflist

Further reading

  1. Cite error: Invalid <ref> tag; no text was provided for refs named rothaus
  2. 2.0 2.1 2.2 Cite error: Invalid <ref> tag; no text was provided for refs named bent-book
  3. Template:Cite journal
  4. 4.0 4.1 4.2 Cite error: Invalid <ref> tag; no text was provided for refs named bool
  5. 5.0 5.1 5.2 5.3 Cite error: Invalid <ref> tag; no text was provided for refs named nonlin
  6. 6.0 6.1 Cite error: Invalid <ref> tag; no text was provided for refs named dual
  7. Cite error: Invalid <ref> tag; no text was provided for refs named homo
  8. Cite error: Invalid <ref> tag; no text was provided for refs named mono
  9. Cite error: Invalid <ref> tag; no text was provided for refs named seq
  10. Cite error: Invalid <ref> tag; no text was provided for refs named spectral
  11. 11.0 11.1 Cite error: Invalid <ref> tag; no text was provided for refs named sac
  12. Cite error: Invalid <ref> tag; no text was provided for refs named nyberg
  13. Cite error: Invalid <ref> tag; no text was provided for refs named highly
  14. 14.0 14.1 Cite error: Invalid <ref> tag; no text was provided for refs named cast
  15. Cite error: Invalid <ref> tag; no text was provided for refs named haval
  16. Cite error: Invalid <ref> tag; no text was provided for refs named grain
  17. Cite error: Invalid <ref> tag; no text was provided for refs named nyberg2
  18. Cite error: Invalid <ref> tag; no text was provided for refs named gbf2
  19. Cite error: Invalid <ref> tag; no text was provided for refs named semi
  20. Cite error: Invalid <ref> tag; no text was provided for refs named plat