Leftover hash lemma explained
The leftover hash lemma is a lemma in cryptography first stated by Russell Impagliazzo, Leonid Levin, and Michael Luby.
Given a secret key that has uniform random bits, of which an adversary was able to learn the values of some bits of that key, the leftover hash lemma states that it is possible to produce a key of about bits, over which the adversary has almost no knowledge, without knowing which are known to the adversary. Since the adversary knows all but bits, this is almost optimal.
More precisely, the leftover hash lemma states that it is possible to extract a length asymptotic to
(the
min-entropy of) bits from a
random variable) that are almost uniformly distributed. In other words, an adversary who has some partial knowledge about, will have almost no knowledge about the extracted value. This is also known as
privacy amplification (see privacy amplification section in the article
Quantum key distribution).
Randomness extractors achieve the same result, but use (normally) less randomness.
Let be a random variable over
and let
. Let
be a
2-universal hash function. If
then for uniform over
and independent of, we have:
where is uniform over
and independent of .
is the min-entropy of, which measures the amount of randomness has. The min-entropy is always less than or equal to the Shannon entropy. Note that is the probability of correctly guessing . (The best guess is to guess the most probable value.) Therefore, the min-entropy measures how difficult it is to guess .
is a statistical distance between and .
See also
References
- C. H. Bennett, G. Brassard, and J. M. Robert. Privacy amplification by public discussion. SIAM Journal on Computing, 17(2):210-229, 1988.
- C. Bennett, G. Brassard, C. Crepeau, and U. Maurer. Generalized privacy amplification. IEEE Transactions on Information Theory, 41, 1995.
- J. Håstad, R. Impagliazzo, L. A. Levin and M. Luby. A Pseudorandom Generator from any One-way Function. SIAM Journal on Computing, v28 n4, pp. 1364-1396, 1999.