Add README.md.

This commit is contained in:
Jerry James 2022-07-19 16:11:27 -06:00
commit d2eab2fef4
2 changed files with 5 additions and 8 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# zn_poly
[`zn_poly`](https://gitlab.com/sagemath/zn_poly) is a C library for polynomial
arithmetic in `Z/nZ[x]`, where `n` is any modulus that fits into an unsigned
long.

View file

@ -1,8 +0,0 @@
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
# The dictionary is missing some technical terms
addFilter(r'W: spelling-error .* (nZ|zn|Zn)')
# Documentation is in the main package
addFilter(r'zn_poly-(devel|static)\.[^:]+: W: no-documentation')