You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libtompoly/metadata.xml

25 lines
910 B

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
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
o Comparisons
</longdescription>
<upstream>
<remote-id type="github">libtom/libtompoly</remote-id>
</upstream>
</pkgmetadata>