Score:2

How to prove the security if a circuit is obscured by an IO,where the key generattion algorithm of a functional encryption is used in the circuit?

uz flag

I want to design a scheme, where there is a circuit C0 which is obscured by an indistinguishability obfuscation (IO). In C0, a master key of a functional encryption (FE) is hardwired. Given an input z to C0, it outputs a secret key using the key generation algorithm of FE. C0 is as follows:

C0(z)
{ hardwired: msk
  output sk = FE.KeyGen(msk, z) 
}

Then, C' = IO(C0) is given to the user. With C', the user can generate the secret key by himself.

However, I do not know how to prove the security. By the simulation-based secuirty, FE.KeyGen is replaced with the corresponding algorithm S.KeyGen of simulator to obtain a new circuit C1:

C1(z)
{ hardwired: st
  output sk = S.KeyGen(st, z) 
}

where C' = IO(C1).

However, since FE.KeyGen and S.KeyGen are both probabilistic, it seems hard to ensure C0(z) = C1(z) for all z.

How to prove the security? or probabilistic indistinguishability obfuscation (pIO) should be used?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.