Currently requires either MIRACL, RELIC or the PBC library. In the near future, this will require the OpenSSL library.
Build charm-CPP against the MIRACL library (using BN curves)
-
./configure.sh --enable-pairing-miracl=bn
-
make
-
make install
Build charm-CPP against the RELIC library (using BN curves)
TODO