# Non-Uniform Attacks Against Pseudoentropy

**Authors:** Krzysztof Pietrzak, Maciej Skorski

arXiv: 1704.08678 · 2017-05-01

## TL;DR

This paper extends known non-uniform distinguishability results from pseudorandom distributions to those with limited min-entropy, showing they are similarly vulnerable to efficient distinguishing circuits.

## Contribution

It generalizes previous results to distributions with bounded min-entropy, demonstrating they can be distinguished from higher min-entropy distributions with comparable circuit complexity.

## Key findings

- Distributions with less than k bits of min-entropy can be distinguished from those with δ-smooth min-entropy using circuits of size O(2^k ε^2/δ^2).
- Distributions supported on at most 2^k elements can be distinguished from distributions with min-entropy k+1 with size O(2^k ε^2).
- Pseudoentropy distributions are vulnerable to the same non-uniform attacks as pseudorandom distributions.

## Abstract

De, Trevisan and Tulsiani [CRYPTO 2010] show that every distribution over $n$-bit strings which has constant statistical distance to uniform (e.g., the output of a pseudorandom generator mapping $n-1$ to $n$ bit strings), can be distinguished from the uniform distribution with advantage $\epsilon$ by a circuit of size $O( 2^n\epsilon^2)$.   We generalize this result, showing that a distribution which has less than $k$ bits of min-entropy, can be distinguished from any distribution with $k$ bits of $\delta$-smooth min-entropy with advantage $\epsilon$ by a circuit of size $O(2^k\epsilon^2/\delta^2)$. As a special case, this implies that any distribution with support at most $2^k$ (e.g., the output of a pseudoentropy generator mapping $k$ to $n$ bit strings) can be distinguished from any given distribution with min-entropy $k+1$ with advantage $\epsilon$ by a circuit of size $O(2^k\epsilon^2)$.   Our result thus shows that pseudoentropy distributions face basically the same non-uniform attacks as pseudorandom distributions.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.08678/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1704.08678/full.md

## References

7 references — full list in the complete paper: https://tomesphere.com/paper/1704.08678/full.md

---
Source: https://tomesphere.com/paper/1704.08678