Marc-Olivier Killijian

Results 4 issues of Marc-Olivier Killijian

…ause deprecated 🚨Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository. ## Proposed changes HTMLParser.unescape was deprecated and removed from Python since version 3.9.0a1 So i just use html.unescape() instead...

Hi, on tenseal 0.3.4, a simple mul operation leads to the operands being overwritten ``` import tenseal as ts import math # Setup TenSEAL context context = ts.context( ts.SCHEME_TYPE.CKKS, poly_modulus_degree=8192,...

Type: Bug :bug:

## Description Changing online the rescaling leads to completely wrong results ## How to Reproduce `import tenseal as ts import numpy as np bits_scale = 26 coeff_mod_bit_sizes = [31] +...

Type: Bug :bug:

2 options : either I am completely wrong or there are enormous bugs (I tried a commit from last year but got the same behaviour) .... I'd prefer the first...