libfhe
|
libfhe is a fast and portable fully homomorphic encryption library.
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>