Indistinguishability obfuscation, introduced by [Barak et. al. Crypto 2001], aims to compile programs into unintelligible ones while preserving functionality. It is a fascinating and powerful object that has been shown to enable a host of new cryptographic goals and beyond. However, constructions of indistinguishability obfuscation have remained elusive, with all other proposals relying on heuristics or newly conjectured hardness assumptions.In this work, we show how to construct indistinguishability obfuscation from subexponential hardness of four well-founded assumptions. We prove: Informal Theorem: Let 𝜏 ∈ (0, ∞), 𝛿 ∈ (0, 1), 𝜖 ∈ (0, 1) be arbitrary constants. Assume sub-exponential security of the following assumptions:-the Learning With Errors (LWE) assumption with subexponential modulus-to-noise ratio 2 𝑘 𝜖 and noises of magnitude polynomial in 𝑘, where 𝑘 is the dimension of the LWE secret, -the Learning Parity with Noise (LPN) assumption over general prime fields Z 𝑝 with polynomially many LPN samples and error rate 1/ℓ 𝛿 , where ℓ is the dimension of the LPN secret, -the existence of a Boolean Pseudo-Random Generator (PRG) in NC 0 with stretch 𝑛 1+𝜏 , where 𝑛 is the length of the PRG seed, -the Decision Linear (DLIN) assumption on symmetric bilinear groups of prime order. Then, (subexponentially secure) indistinguishability obfuscation for all polynomial-size circuits exists. Further, assuming only polynomial security of the aforementioned assumptions, there exists collusion resistant public-key functional encryption for all polynomial-size circuits.
CCS CONCEPTS• Theory of computation → Cryptographic primitives.