Random Numbers and NTL
Thursday, December 4th, 2008According to its website, the Number Theory Library (NTL) is a:
high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.
I have been using it a lot because of the Cryptography class that I’m in this semester, [...]

