sogolmalek / EIP-x

eip-x
12 stars 6 forks source link

Design the RPC Interface for zk proof #26

Open sogolmalek opened 5 months ago

sogolmalek commented 5 months ago
  1. Define the Use Case and Requirements Use Case:

Secure communication of encrypted data between clients and servers. Ensuring that the server can perform operations on the data without learning about the data itself. Requirements:

Confidentiality: The data should remain encrypted and indecipherable to the server. Integrity: Ensuring that the data is not tampered with during transmission. Authenticity: Verification that the messages are sent by legitimate sources. Zero-knowledge proof: The server can prove the operation was performed correctly without knowing the actual data.

  1. Design the RPC Interface