Skip to content
Surf Wiki
Save to docs
technology/cryptography

From Surf Wiki (app.surf) — the open knowledge base

Leftover hash lemma

Lemma in cryptography


Summary

Lemma in cryptography

The leftover hash lemma is a lemma in cryptography first stated by Russell Impagliazzo, Leonid Levin, and Michael Luby.{{citation | editor-last = Johnson | editor-first = David S.

Given a secret key X that has n uniform random bits, of which an adversary was able to learn the values of some {{math|t

More precisely, the leftover hash lemma states that it is possible to extract a length asymptotic to H_\infty(X) (the min-entropy of X) bits from a random variable X) that are almost uniformly distributed. In other words, an adversary who has some partial knowledge about X, 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 X be a random variable over \mathcal{X} and let m 0. Let h\colon \mathcal{S} \times \mathcal{X} \rightarrow {0,, 1}^m be a 2-universal hash function. If :m \leq H_\infty(X) - 2 \log\left(\frac{1}{\varepsilon}\right) then for S uniform over \mathcal{S} and independent of X, we have: :\delta\left[(h(S, X), S), (U, S)\right] \leq \varepsilon.

where U is uniform over {0, 1}^m and independent of S.{{citation

H_\infty(X) = -\log \max_x \Pr[X=x] is the min-entropy of X, which measures the amount of randomness X has. The min-entropy is always less than or equal to the Shannon entropy. Note that \max_x \Pr[X=x] is the probability of correctly guessing X. (The best guess is to guess the most probable value.) Therefore, the min-entropy measures how difficult it is to guess X.

0 \le \delta(X, Y) = \frac{1}{2} \sum_v \left| \Pr[X=v] - \Pr[Y=v] \right| \le 1 is a statistical distance between X and Y.

References

Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Leftover hash lemma — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report