1. What are the contributions mentioned in the paper "Identity-based remote data integrity checking with perfect data privacy preserving for cloud storage" ?
In this paper, the authors propose a new construction of identity-based ( ID-based ) RDIC protocol by making use of key-homomorphic cryptographic primitive to reduce the system complexity and the cost for establishing and managing the public key authentication framework in PKI based RDIC schemes.. The authors then provide a concrete construction of ID-based RDIC scheme which leaks no information of the stored files to the verifier during the RDIC process.
read more
2. How many exponentiations does the verifier need to perform to generate a challenge?
The verifier needs to perform 1 pairing operation, and 6 exponentiations in G1 to generate a challenge when using the proof of equality of discrete logarithm given in [37].
read more
3. How much time does the extract algorithm need to perform?
The Setup algorithm picks some random values and compute a modular exponentiation in G1, which costs 4.8ms, and the Extract algorithm needs to perform one modular exponentiation in G1 for generating the private key of a cloud user, which cost 0.1ms.
read more
4. What is the main computation cost of generating a proof by the cloud server?
The main computation cost of generating a proof by the cloud server is calculating the aggregation of σi, that is σ =∏ i∈I σ vi i , and the total cost is 2P+(2c−1)MG1+EG2+MG2.Communication cost.
read more




