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

Client Library (MIT)

PreviousEllipticPIR CloudNextIntroduction

Last updated 1 year ago

We implemented the client-side library in C, C++ (bindings to C), Rust and TypeScript (JavaScript).

The code is publicly available at .

Check the GitHub repo for documentation.

๐Ÿ–‹๏ธ
GitHub