qfall / math

Library providing mathematical basics in Rust. The library is based on FLINT.
Mozilla Public License 2.0
20 stars 2 forks source link

From for MatPolyRingZq with support for MatZ #422

Closed Marcel583 closed 1 month ago

Marcel583 commented 1 month ago

Description

We currently only have From for MatPolyRingZq with input MatPolyRingZq and Into. Since MatZ can be transformed into MatPolyRingZq, I changed our current implementation such that the input can be Into and Into, without losing the efficiency of our current implementation.

This PR implements...

Testing

Checklist: