mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
When determining the maximum MANP and precision, the `MaxMANPPass` only takes into account results generated by an operation, but ignores function parameters. However, encrypted function parameters are assumed to have a MANP value of 1 and can have an arbitrary precision. This patch takes into account function arguments by using their default MANP values and the extracting their precision.