blob: d8915f34b801a154d61fbb32b56c2cbc6a3773ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
NTL is an object oriented library for number theory, written
by Victor Shoup. It provides objects and methods for
- arbitrary length integers
- finite fields
- polynomials over fields
- extensions of fields.
- vectors and matrices over extensions
- finite rings
WWW: http://www.shoup.net/
Matthias Bauer
matthiasb@acm.org
|