diff options
| -rw-r--r-- | pyecsca/sca/re/zvp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyecsca/sca/re/zvp.py b/pyecsca/sca/re/zvp.py index c4e1496..4fe2d3d 100644 --- a/pyecsca/sca/re/zvp.py +++ b/pyecsca/sca/re/zvp.py @@ -577,6 +577,7 @@ def solve_hard_dcp_cypari( stacksizemax = 15 * stacksize pari = cypari2.Pari() + pari.default("debugmem", 0) # silence stack warnings pari.allocatemem(stacksize, stacksizemax, silent=True) e = pari.ellinit([a, b], curve.prime) mul = pari.ellxn(e, k) |
