Description
Hello,
I'm currently working on the cryptography library CryptographicEstimators originally built as a Sage module, but which we are now looking to make independent of Sage to reduce its size.
Python-flint currently provides everything we were using in Sage except for one thing, the handling of multivariate power series (bivariate, in particular). Because of this I would like to ask you:
-
Is it in the near roadmap to expose a way to create and manipulate multivariate series, as it is for univariate series?
-
What would it require someone to work on exposing these features from C flint, to add it to python-flint? Is there any guidance/documentation, or for now is there just the code already implemented for reference?
Finally, thank you very much for all the work done so far with this project. It will allow us to provide more accessibility to the use and community development of our library, so we really appreciate it.