Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Pseudorandom Function A pseudorandom function (PRF) is a seeded function, when the seed is uniformly chosen and kept secret, evaluating such a function on any
Pseudorandom Function A pseudorandom function (PRF) is a seeded function, when the seed is uniformly chosen and kept secret, evaluating such a function on any point yields a random-looking output. This means the adversary can not distinguish whether she is interacting with a random function chosen from the whole function space, or she is interacting with a function chosen according to a key (this is from a space with size equal to the key space which could be exponentially smaller). We will see in the homework that PRF can be seen as the central hub in the symmetric key cryptography, it can be used to construct all other symmetric key primitives Formally, consider the following experiments described in Fig. 1. Suppose Exp is the random variable denoting the output of A in experiment b Definition 1 (PRF) A function F : K {0,1}103 {0,1}206 is a pseudorandom function, if for any P.P.T adversary A, where A is the security parameter, K is the key space with |K from (0, 1) to 0, 1)206 280, F is the set of all functions mapping 103 Experiment 0: Experiment I: Return b' Return b Figure 1: The PRF experiments The oracle notation means the adversary can freely ask queries to it and obtains the correct answer, alternatively, we can see the experiment defined using a game described in Fig.??. Pseudorandom Function A pseudorandom function (PRF) is a seeded function, when the seed is uniformly chosen and kept secret, evaluating such a function on any point yields a random-looking output. This means the adversary can not distinguish whether she is interacting with a random function chosen from the whole function space, or she is interacting with a function chosen according to a key (this is from a space with size equal to the key space which could be exponentially smaller). We will see in the homework that PRF can be seen as the central hub in the symmetric key cryptography, it can be used to construct all other symmetric key primitives Formally, consider the following experiments described in Fig. 1. Suppose Exp is the random variable denoting the output of A in experiment b Definition 1 (PRF) A function F : K {0,1}103 {0,1}206 is a pseudorandom function, if for any P.P.T adversary A, where A is the security parameter, K is the key space with |K from (0, 1) to 0, 1)206 280, F is the set of all functions mapping 103 Experiment 0: Experiment I: Return b' Return b Figure 1: The PRF experiments The oracle notation means the adversary can freely ask queries to it and obtains the correct answer, alternatively, we can see the experiment defined using a game described in Fig
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started