Python wrapper and abstractions for libscarab FHE library
Requires libscarab fork installed.
Install with pip:
pip install git+git://github.com/blindstore/pyscarab.git@master
The tests require nose, install with pip install nose.
nosetests scarab/tests
libscarab uses insecure parameters by default, and is experimental software. This package should only be used for research purposes
pyscarab does not do any type checks before communicating with C, so it's very easy to segfault it.