You can optionally run make
with the following
targets:
apps
Build the
example applications given in the src/apps
subdirectory of
the distribution.
check
Run all tests listed below.
check-TAG
, e.g.
check-2_113
Run some test for the
arithmetic of one field implementation,
in this
example.
check-gfp
Run some tests for prime
field arithmetic.
check-gfpe
Run some tests for
extensions of prime field arithmetic.
check-g2n
Run some tests for
characteristic 2 field arithmetic.
check-apps
Run some tests for the
example applications.
bench
Measure the running time of
basic operations in all implemented fields (takes a long time).
mpfqbench
Run a bench that returns
a single score for the whole library.
bench-apps
Bench applications.