[Resource Topic] 2019/639: Trapdoor Hash Functions and Their Applications

Welcome to the resource topic for 2019/639

Title:
Trapdoor Hash Functions and Their Applications

Authors: Nico Döttling, Sanjam Garg, Yuval Ishai, Giulio Malavolta, Tamer Mour, Rafail Ostrovsky

Abstract:

We introduce a new primitive, called trapdoor hash functions (TDH), which are hash functions H: \{0,1\}^n \rightarrow \{0,1\}^\textrm{sec} with additional trapdoor function-like properties. Specifically, given an index i\in[n], TDHs allow for sampling an encoding key \textrm{ek} (that hides i) along with a corresponding trapdoor. Furthermore, given \mathsf{H}(x), a hint value \mathsf{E}(\textrm{ek},x), and the trapdoor corresponding to \textrm{ek}, the i^{th} bit of x can be efficiently recovered. In this setting, one of our main questions is: How small can the hint value \mathsf{E}(\textrm{ek},x) be? We obtain constructions where the hint is only one bit long based on DDH, QR, DCR, or LWE. This primitive opens a floodgate of applications for low-communication secure computation. We mainly focus on two-message protocols between a receiver and a sender, with private inputs x and y, resp., where the receiver should learn f(x,y). We wish to optimize the (download) rate of such protocols, namely the asymptotic ratio between the size of the output and the sender’s message. Using TDHs, we obtain: 1. The first protocols for (two-message) rate-1 string OT based on DDH, QR, or LWE. This has several useful consequences, such as: (a) The first constructions of PIR with communication cost poly-logarithmic in the database size based on DDH or QR. These protocols are in fact rate-1 when considering block PIR. (b) The first constructions of a semi-compact homomorphic encryption scheme for branching programs, where the encrypted output grows only with the program length, based on DDH or QR. (c) The first constructions of lossy trapdoor functions with input to output ratio approaching 1 based on DDH, QR or LWE. (d) The first constant-rate LWE-based construction of a 2-message ``statistically sender-private’’ OT protocol in the plain model. 2. The first rate-1 protocols (under any assumption) for n parallel OTs and matrix-vector products from DDH, QR or LWE. We further consider the setting where f evaluates a RAM program y with running time T\ll |x| on x. We obtain the first protocols with communication sublinear in the size of x, namely T\cdot\sqrt{|x|} or T\cdot\sqrt[3]{|x|}, based on DDH or, resp., pairings (and correlated-input secure hash functions).

ePrint: https://eprint.iacr.org/2019/639

Talk: https://www.youtube.com/watch?v=plvBmEnxCHQ

See all topics related to this paper.

Feel free to post resources that are related to this paper below.

Example resources include: implementations, explanation materials, talks, slides, links to previous discussions on other websites.

For more information, see the rules for Resource Topics .