๐Ÿงท
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

Code Audit

PreviousIntroductionNextEC-ElGamal Encryption

Last updated 1 year ago

Our client-side implementation is open-source and available to anyone at . You can check the code reliability by yourself. It is licensed under the MIT License, you can integrate our client library without any permission.

The server-side implementation is closed-source currently thus our server may misbehave. However this does not lead any potential security defect because the query is encrypted by a client-side private key. Anything we can do on our server is to create a wrong reply. We cannot know anything from the query if the server-side implementation is malicious. This can be proven mathematically.

๐Ÿ› ๏ธ
GitHub