We have disseminated our research findings and results within the Ethereum research community by publishing them on Ethereum Research. After sharing our research and findings on Ethereum Research, we actively gathered valuable insights and feedback from the comments and discussions generated by the community. In this comprehensive compilation, we have meticulously cataloged all the questions raised and thoughtfully presented our meticulously crafted solutions to each of them. The details can be found as follows:
Q: Is there a reason why the ciphertext C_2 C2C_2 is publicly shared?
A: Good question. it is not necessary to publicly share the C_2 from the algorithm and computation point of view. But to allow any party to be able to calculate the homomorphois addition of C_1 and C_2 reduces the computation cost on Bob client’s side.
Q: This is very interesting! I have a few questions:
A: Thanks for asking these two interesting questions.
Q: Thanks for sharing! I think PK_b here refers to PK_2.
A: Thanks for your feedback and you are correct. We have modified accordingly.
Q: Can you provide me with some resources to go through performance testing?
A: Here are some listed resources that might be helpful for your code.