עודד גולדרייך
unread,May 13, 2011, 4:34:16 AM5/13/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Weizmann Foundations of Cryptography 2011
Please submit the following homework assignment on June 2nd.
Basically, I'd like you to do Exer 1 and 2 (in chapter 7).
They are supposed to be very easy.
Let me clarify that in Exercise 1, I mean that a function
(or circuit) $f$ from $m$-bit string to $n$-bit strings defines
a natural distribution on $n$-bit strings; i.e., $f(U_m)$.
The content of Exer 1 is getting a sample of this distribution
without revealing the coins used to generate it
(i.e., obtaining $f(r)$, for uniformly distributed $r\in\{0,1\}^m$,
without revealing $r$).
Those who think that "oblivious signing" as defined in Exer 2
is "idiotic/bad" (i.e., why would you want to sign arbitrary
documents)
may consider a version in which the signer is willing to sign any
document that satisfies some property (i.e., satisfies a predicate P),
but we want the signer to remain oblivious of the specific document.
That is, if the docomunt $x$ satisfies $P(x)=1$ then a signature
to $x$ should be produced, otherwise the answer should be "sorry".
Cast this refined version as a functionality (as in Exer 1)...