Cluster Installations of GF2X,NTL, and HElib
Submitted by lev_lafayette on Wed, 12/16/2015 - 10:46The installation of three associated packages on a Linux cluster for fast arithmetic, a number theory library, and homomorphic encryption provides some interesting challenges.
GF2X
GF2X "is a C/C++ software package containing routines for fast arithmetic in GF(2)[x] (multiplication, squaring, GCD) and searching for irreducible/primitive trinomials".
Download and extract into a sensible place, and change to that directory.
mkdir /usr/local/src/GF2X
cd /usr/local/src/GF2X
