FrederickGeek8 / libpaillier

C++ Library for the Paillier homomorphic cryptosystem. Don't roll your own crypto and don't trust anyone who has (including me).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libpaillier

C++ Library for the Paillier homomorphic cryptosystem. Scripts support building library for iOS via Xcode CLT.

Disclaimer

This was originally part of a larger project, but I moved it to a seperate repo after that project fell apart. It's been a while since I've worked on this project, so if there are any bugs I forgot about, submit an issue and let me know.

This is probably a project that you want to look at, but never use. I can guarantee no security.

This project is loosly based on python-pailler, docs available here.

Libraries Used

This utilizes GMP, gmpfrxx, and MPFR.

About

C++ Library for the Paillier homomorphic cryptosystem. Don't roll your own crypto and don't trust anyone who has (including me).

License:GNU General Public License v3.0


Languages

Language:C++ 58.3%Language:C 38.4%Language:Shell 2.8%Language:Makefile 0.4%