๐Ÿงท
EllipticPIR
  • Introduction
  • Why not Tor?
  • โ˜๏ธCloud
    • EllipticPIR Cloud
  • ๐Ÿ–‹๏ธDevelopers
    • Client Library (MIT)
  • ๐Ÿ› ๏ธTechnology
    • Introduction
    • Code Audit
    • EC-ElGamal Encryption
    • Query Composition
    • Reply Generation
    • Reply Decryption
    • Key Search
    • Why Reply Generation is O(n)
  • ๐Ÿ›’Applications
    • Crypto Wallet Provider
    • Credit Scoring
    • + Add Your Service
  • โ“Help
    • Contact
Powered by GitBook
On this page
  1. Technology

Reply Generation

To generate a server's reply, we take a multiply-and-add (inner product for 1d case, tensor product for 2+d case) between the query and the database elements stored on our database. This tensor product will be repeated for the dimension of a dataset to generate the final reply.

PreviousQuery CompositionNextReply Decryption

Last updated 1 year ago

๐Ÿ› ๏ธ