This repository has four parts.

  • private-llm: private llm inference framework. It requires the latter three as dependending tools.
  • seal-cuda: A GPU implementation of BFV/BGV/CKKS scheme, based on SEAL. Original SEAL
  • OpenCheetah: An edited version of OpenCheetah library, including python encapsulation. Original OpenCheetah
  • EzPC: An edited version of SCI library, including python encapsulation. Original EzPC