Name Last Update
..
patches Loading commit data...
Makefile Loading commit data...
Makefile.include Loading commit data...
README.md Loading commit data...
fix-old-style-definitions.sh Loading commit data...
fix-util_print_wo_args.sh Loading commit data...
generate-cmake-xcompile.perl Loading commit data...
os_util.sh Loading commit data...

README.md

Configuration Options

You can pass along configuration flags for RELIC from your project makefile via:

export RELIC_CONFIG_FLAGS=-DARCH=NONE -DQUIET=off -DWORD=32 -DFP_PRIME=255 -DWITH="BN;MD;DV;FP;EP;CP;BC;EC" -DSEED=ZERO

This should happen before the USEPKG line.

Usage

Just put USEPKG += relic in your Makefile and #include <relic.h>.