Intro
NTL: A Library for doing Number Theory.
I am interested in exploring this number crunching library
for number theory purposes.
I used NTL for implementing RSA, see rsa.
Configuring NTL
Need to edit config.h by hand. Particularly to change NTL
to use the new header files <iostream> instead of
<iostream.h>. Delete .o files and recompile.
Made a symbolic line ln -s ntl-5.4 ntl at
directory before proj.