Next-bit test

From testwiki
Jump to navigation Jump to search

Template:Short description In cryptography and the theory of computation, the next-bit test[1] is a test against pseudo-random number generators. We say that a sequence of bits passes the next bit test for at any position i in the sequence, if any attacker who knows the i first bits (but not the seed) cannot predict the (i+1)st with reasonable computational power.

Precise statement(s)

Let P be a polynomial, and S={Sk} be a collection of sets such that Sk contains P(k)-bit long sequences. Moreover, let μk be the probability distribution of the strings in Sk.

We now define the next-bit test in two different ways.

Boolean circuit formulation

A predicting collection[2] C={Cki} is a collection of boolean circuits, such that each circuit Cki has less than PC(k) gates and exactly i inputs. Let pk,iC be the probability that, on input the i first bits of s, a string randomly selected in Sk with probability μk(s), the circuit correctly predicts si+1, i.e. :

pk,iC=𝒫[Ck(s1si)=si+1|sSk with probability μk(s)]

Now, we say that {Sk}k passes the next-bit test if for any predicting collection C, any polynomial Q :

pk,iC<12+1Q(k)

Probabilistic Turing machines

We can also define the next-bit test in terms of probabilistic Turing machines, although this definition is somewhat stronger (see Adleman's theorem). Let be a probabilistic Turing machine, working in polynomial time. Let pk,i be the probability that predicts the (i+1)st bit correctly, i.e.

pk,i=𝒫[M(s1si)=si+1|sSk with probability μk(s)]

We say that collection S={Sk} passes the next-bit test if for all polynomial Q, for all but finitely many k, for all 0<i<k:

pk,i<12+1Q(k)

Completeness for Yao's test

The next-bit test is a particular case of Yao's test for random sequences, and passing it is therefore a necessary condition for passing Yao's test. However, it has also been shown a sufficient condition by Yao.[1]

We prove it now in the case of the probabilistic Turing machine, since Adleman has already done the work of replacing randomization with non-uniformity in his theorem. The case of Boolean circuits cannot be derived from this case (since it involves deciding potentially undecidable problems), but the proof of Adleman's theorem can be easily adapted to the case of non-uniform Boolean circuit families.

Let be a distinguisher for the probabilistic version of Yao's test, i.e. a probabilistic Turing machine, running in polynomial time, such that there is a polynomial Q such that for infinitely many k

|pk,Spk,U|1Q(k)

Let Rk,i={s1siui+1uP(k)|sSk,u{0,1}P(k)}. We have: Rk,0={0,1}P(k) and Rk,P(k)=Sk. Then, we notice that i=0P(k)|pk,Rk,i+1pk,Rk,i||pk,Rk,P(k)pk,Rk,0|=|pk,Spk,U|1Q(k). Therefore, at least one of the |pk,Rk,i+1pk,Rk,i| should be no smaller than 1Q(k)P(k).

Next, we consider probability distributions μk,i and μk,i on Rk,i. Distribution μk,i is the probability distribution of choosing the i first bits in Sk with probability given by μk, and the P(k)i remaining bits uniformly at random. We have thus:

μk,i(w1wP(k))=(sSk,s1si=w1wiμk(s))(12)P(k)i

μk,i(w1wP(k))=(sSk,s1si1(1si)=w1wiμk(s))(12)P(k)i

We thus have μk,i=12(μk,i+1+μk,i+1) (a simple calculus trick shows this), thus distributions μk,i+1 and μk,i+1 can be distinguished by . Without loss of generality, we can assume that pμk,i+1pμk,i+112+1R(k), with R a polynomial.

This gives us a possible construction of a Turing machine solving the next-bit test: upon receiving the i first bits of a sequence, 𝒩 pads this input with a guess of bit l and then P(k)i1 random bits, chosen with uniform probability. Then it runs , and outputs l if the result is 1, and 1l else.

References

  1. 1.0 1.1 Andrew Chi-Chih Yao. Theory and applications of trapdoor functions. In Proceedings of the 23rd IEEE Symposium on Foundations of Computer Science, 1982.
  2. Manuel Blum and Silvio Micali, How to generate cryptographically strong sequences of pseudo-random bits, in SIAM J. COMPUT., Vol. 13, No. 4, November 1984