Skip to content

mcornejo/libpaillier

 
 

Repository files navigation

Paillier encryption

This is a fork of libpaillier implemented by John Bethencourt. Please see original README.

Installation

Make sure GMP is installed.

$ ./configure
$ make

Running Tests

$ gcc -O3 test.c paillier.o -lgmp -o test -std=gnu11
$ ./test

Running Benchmarks

$ gcc -O3 bench.c paillier.o -lgmp -o bench -std=gnu11
$ ./bench

Releases

No releases published

Packages

No packages published

Languages

  • C 53.8%
  • Shell 35.6%
  • M4 8.0%
  • Makefile 2.6%