You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
7 years ago | |
---|---|---|
.. | ||
patches | 7 years ago | |
Makefile | 7 years ago | |
Makefile.include | 7 years ago | |
README.md | 8 years ago | |
fix-old-style-definitions.sh | 7 years ago | |
fix-util_print_wo_args.sh | 7 years ago | |
generate-cmake-xcompile.perl | 8 years ago | |
os_util.sh | 7 years ago |
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>
.