pyscarab

Python wrapper and abstractions for libscarab FHE library


Keywords
crypto
License
MIT
Install
pip install pyscarab==0.1.1

Documentation

pyscarab

Travis

Python wrapper and abstractions for libscarab FHE library

Installation

Requires libscarab fork installed.

Install with pip:

pip install git+git://github.com/blindstore/pyscarab.git@master

Run the tests

The tests require nose, install with pip install nose.

nosetests scarab/tests

Notes

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.