C++ library for number theory and computational algebra
C++ number theory library
ntl
$ g++ -o program program.cpp -lntl -lgmp
$ pkg-config --cflags --libs ntl
$ g++ -o myapp main.cpp -I$(brew --prefix ntl)/include -L$(brew --prefix ntl)/lib -lntl