libfhe
libfhe 0.0.0 - Manual

Overview

libfhe is a fast and portable fully homomorphic encryption library.

API Layout

Header file Elements
fhe.h Top Level Header
fhe_ring.h Polynomial Ring Definition
fhe_poly.h Polynomial Ring Arithmetic
fhe_bgv.h BGV Scheme Instantiation
fhe_config.h Compile time options

Programs using libfhe need only include the top level header to access the API like so:

#include <fhe.h>