160
v1v2 (latest)

Nearly-Linear Time Seeded Extractors with Short Seeds

Main:47 Pages
Bibliography:6 Pages
Abstract

Seeded extractors are fundamental objects in pseudorandomness and cryptography, and a deep line of work has designed polynomial-time seeded extractors with nearly-optimal parameters. However, existing constructions of seeded extractors with short seed length and large output length run in time Ω(nlog(1/ε))\Omega(n \log(1/\varepsilon)) and often slower, where nn is the input source length and ε\varepsilon is the error of the extractor. Since cryptographic applications of extractors require ε\varepsilon to be small, the resulting runtime makes these extractors impractical.Motivated by this, we explore constructions of strong seeded extractors with short seeds computable in nearly-linear time O(nlogcn)O(n \log^c n), for any error ε\varepsilon. We show that an appropriate combination of modern condensers and classical approaches for constructing seeded extractors for high min-entropy sources yields such extractors. More precisely, we obtain strong extractors for nn-bit sources with any min-entropy kk and any target error ε\varepsilon with seed length d=O(log(n/ε))d=O(\log(n/\varepsilon)) and output length m=(1η)km=(1-\eta)k for an arbitrarily small constant η>0\eta>0, running in nearly-linear time. When kk or ε\varepsilon are very small, our construction requires a reasonable one-time preprocessing step. These extractors directly yield privacy amplification protocols with nearly-linear time complexity (possibly after a one-time preprocessing step), large output length, and low communication complexity. As a second contribution, we give an instantiation of Trevisan's extractor that can be evaluated in truly linear time in the RAM model, as long as the number of output bits is at most nlog(1/ε)polylog(n)\frac{n}{\log(1/\varepsilon)polylog(n)}. Previous fast implementations of Trevisan's extractor ran in O~(n)\widetilde{O}(n) time in this setting.

View on arXiv
Comments on this paper