Next-bit test

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

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=\{S_k\} be a collection of sets such that S_k contains P(k)-bit long sequences. Moreover, let \mu_k be the probability distribution of the strings in S_k.

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

Boolean circuit formulation

A predicting collection[2] C=\{C_k^i\} is a collection of boolean circuits, such that each circuit C_k^i has less than P_C(k) gates and exactly i inputs. Let p_{k,i}^C be the probability that, on input the i first bits of s, a string randomly selected in S_k with probability \mu_k(s), the circuit correctly predicts s_{i+1}, i.e. :


p_{k,i}^C={\mathcal P} \left[ C_k(s_1\ldots s_i)=s_{i+1} \right | s\in S_k\text{ with probability }\mu_k(s)]

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

p_{k,i}^C<\frac{1}{2}+\frac{1}{Q(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 \mathcal M be a probabilistic Turing machine, working in polynomial time. Let p_{k,i}^{\mathcal M} be the probability that \mathcal M predicts the (i+1)st bit correctly, i.e.

p_{k,i}^{\mathcal M}={\mathcal P}[M(s_1\ldots s_i)=s_{i+1} | s\in S_k\text{ with probability }\mu_k(s)]

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


p_{k,i}^{\mathcal M}<\frac{1}{2}+\frac{1}{Q(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 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 circuits families.

Let \mathcal M a distringuer 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

|p_{k,S}^{\mathcal M}-p_{k,U}^{\mathcal M}|\geq\frac{1}{Q(k)}

Let R_{k,i}=\{s_1\ldots s_iu_{i+1}\ldots u_{P(k)}| s\in S_k, u\in\{0,1\}^{P(k)}\}. We have : R_{k,0}=\{0,1\}^{P(k)} and R_{k,P(k)}=S_k. Then, we notice that \sum_{i=0}^{P(k)}|p_{k,R_{k,i+1}}^{\mathcal M}-p_{k,R_{k,i}}^{\mathcal M}|\geq |p^{\mathcal M}_{k,R_{k,P(k)}}-p^{\mathcal M}_{k,R_{k,0}}|=|p_{k,S}^{\mathcal M}-p_{k,U}^{\mathcal M}|\geq\frac{1}{Q(k)}. Therefore, at least one of the |p_{k,R_{k,i+1}}^{\mathcal M}-p_{k,R_{k,i}}^{\mathcal M}| should be no smaller than \frac{1}{Q(k)P(k)}.

Next, we consider probability distributions \mu_{k,i} and \overline{\mu_{k,i}} on R_{k,i}. Distribution \mu_{k,i} is the probability distribution of choosing the i first bits in S_k with probability given by \mu_k, and the P(k)-i remaining bits uniformly at random. We have thus :

\mu_{k,i}(w_1\ldots w_{P(k)})=\left(\sum_{s\in S_k, s_1\ldots s_i=w_1\ldots w_i}\mu_k(s)\right)\left(\frac{1}{2}\right)^{P(k)-i}

\overline{\mu_{k,i}}(w_1\ldots w_{P(k)})=\left(\sum_{s\in S_k, s_1\ldots s_{i-1}(1-s_i)=w_1\ldots w_i}\mu_k(s)\right)\left(\frac{1}{2}\right)^{P(k)-i}

We thus have \mu_{k,i}=\frac{1}{2}(\mu_{k,i+1}+\overline{\mu_{k,i+1}}) (a simple calculus trick shows this), thus distributions \mu_{k,i+1} and \overline{\mu_{k,i+1}} can be distinguished by \mathcal M. Without loss of generality, we can assume that p^{\mathcal M}_{\mu_{k,i+1}}-p^{\mathcal M}_{\overline{\mu_{k,i+1}}}\geq\frac{1}{2}+\frac{1}{R(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, \mathcal N pads this input with a guess of bit l and then P(k)-i-1 random bits, chosen with uniform probability. Then it runs \mathcal M, and outputs l if the result is 1, and 1-l 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