change epsilon expression

This commit is contained in:
Zheyuan Wu
2024-12-05 21:23:34 -06:00
parent d18e86852c
commit 75ef366b1c
10 changed files with 37 additions and 37 deletions

View File

@@ -45,7 +45,7 @@ Let $\{X_n\}_n$ and $\{Y_n\}_n$ be probability ensembles (separate of dist over
$\{X_n\}_n$ and $\{Y_n\}_n$ are computationally **in-distinguishable** if for all non-uniform p.p.t adversary $D$ ("distinguishers")
$$
|P[x\gets X_n:D(x)=1]-P[y\gets Y_n:D(y)=1]|<\varepsilon(n)
|P[x\gets X_n:D(x)=1]-P[y\gets Y_n:D(y)=1]|<\epsilon(n)
$$
this basically means that the probability of finding any pattern in the two array is negligible.