2021-03-16 23:03:33 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-09-11 18:05:05 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
2012-02-06 16:39:49 +04:00
|
|
|
<pkgmetadata>
|
2021-06-01 01:03:47 +03:00
|
|
|
<!-- maintainer-needed -->
|
2017-05-01 10:50:13 +03:00
|
|
|
<longdescription>
|
2012-02-06 16:39:49 +04:00
|
|
|
LibTomPoly has the following features.
|
|
|
|
|
|
|
|
* Totally public domain and is only dependent on LibTomMath, another public
|
|
|
|
domain library.
|
|
|
|
* Portable source code.
|
|
|
|
* Provides access to polynomials of finite characteristic of varying degrees
|
|
|
|
(it will grow to accomodate)
|
|
|
|
* Includes several algebraic operations.
|
|
|
|
o Usual addition, subtraction, division, multiplication.
|
|
|
|
o Modular versions of the add/sub/mul
|
|
|
|
o Modular exponentiation
|
|
|
|
o Irreducibility testing.
|
|
|
|
o Monic reductions
|
2017-05-01 10:50:13 +03:00
|
|
|
o Comparisons
|
|
|
|
</longdescription>
|
|
|
|
<upstream>
|
|
|
|
<remote-id type="github">libtom/libtompoly</remote-id>
|
|
|
|
</upstream>
|
2012-02-06 16:39:49 +04:00
|
|
|
</pkgmetadata>
|