nucypher / DarkIntegers.jl

A modulo arithmetic toolbox for integers and polynomials
https://nucypher.github.io/DarkIntegers.jl
GNU General Public License v3.0
7 stars 2 forks source link

Add arbitrary moduli support for `Polynomial` #7

Open fjarri opened 4 years ago

fjarri commented 4 years ago

Now that Polynomial has a proper modulus field, support for arbitrary moduli (in addition to the current x^N - 1/x^N + 1) can be added. The Polynomial class may be split into two, non-modulo and modulo ones (same as we have now with integers).

Will need issue #6 implemented.