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.
RIOT/pkg/relic
Kaspar Schleiser e151c03871 pkg: relic: add license information, cleanup 7 years ago
..
patches pkg: move patches to patches/ subdirs 7 years ago
Makefile pkg: relic: add license information, cleanup 7 years ago
Makefile.include pkg: move pkgdir to $BINDIRBASE/pkg/$BOARD/$PKG_NAME, do proper clean 7 years ago
README.md Add a RELIC package and unit test that shows how to use it 8 years ago
fix-old-style-definitions.sh pkg/relic: fix for macOS 7 years ago
fix-util_print_wo_args.sh pkg/relic: fix for macOS 7 years ago
generate-cmake-xcompile.perl Add a RELIC package and unit test that shows how to use it 8 years ago
os_util.sh pkg/relic: fix for macOS 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>.