Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 362 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 362 Bytes

charm-CPP

Requirements

Currently requires either MIRACL, RELIC or the PBC library. In the near future, this will require the OpenSSL library.

Install

Build charm-CPP against the MIRACL library (using BN curves)

  1. ./configure.sh --enable-pairing-miracl=bn

  2. make

  3. make install

Build charm-CPP against the RELIC library (using BN curves)

TODO