mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
00a1dd9848
PR: 232592 Submitted by: Nathan <ndowens@yahoo.com> (maintainer)
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
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
|
|
|
|
Unless you define WITHOUT_GMP, NTL requires libgmp4.
|
|
|
|
WWW: http://www.shoup.net/
|