/MDLToolkit

Helper functions and numerical operations on encrypted values.

Primary LanguageC++

Aims

  • Implement some useful helper functions, such as addition, multiplication for encrypted values.
  • Based on the TFHE library

Plan

  • First use the origin TFHE library as the backend
  • Then, I hope to develop a faster implementation using NFLib