Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 760 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 760 Bytes

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.