Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 291 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 291 Bytes

homomorphic

A homomorphic encryption playground

Uses GNU Multi Precision Arithmetic Library (GMP) for multi-precision integer calculations.

Implementations:

  • Paillier cryptosystem - homomorphic variable addition, constant addition, and constant multiplication. See binary for test.