This is an implementation of Brakerski's somewhat homomorphic encryption
system (http://eprint.iacr.org/2012/078.pdf). Much of the algebraic and number
theoretic facilities are taken from HElib (https://github.com/shaih/HElib).
This library leverages the NTL library over GMP, and is distributed under the
terms of the GNU General Public License (GPL).

A more complete description of the implementation details is available here:
http://cs.stanford.edu/~dwu4/FHE-SI_Report.pdf.

Note that we have removed the tests from the library in this release.