Andrea Caforio

Results 9 comments of Andrea Caforio

I'm using commit `d7a0930d8ed51e078544a50658e0c8893afff022`. I replaced the file as indicated in #340 but the issue persists.

Yes, it's the ChipWhisperer-Lite board. I will try to dig a little deeper. I keep you posted.

Hey, this seems to be quite a serious issue. However I'm not able to reproduce it on my end, i.e., triggering a change in `bootstrapping.Parameters` after reusing the parameters for...

Hi, can you make this issue compliant with the template? ### What version of Lattigo are you using? ### Does this issue persist with the latest release? ### What were...

Hi, can you give some context to this PR?

Hey, the problem in the provided snippet is the reuse of an old sampler: `uniform.AtLevel(0)` returns a new sampler copy from `uniform` which also copies the PRNG buffer which provides...

This bug highlights another issue with the absence of auxiliary primes `P`, namely that some functions require implicitly their presence or their invocation will result in similar panics. E.g., `rlwe.InnerSum`...

Hey, to my knowledge `RGSW` uses the `RingQP` under the hood for the gadget products. Not specifying auxiliary primes `P` will result in an uninitialized `RingP` hence the nil pointer...

Hey, this seems to be an API issue as it is not documented what happens if the plaintext modulus `t` does not respect `t = 1 (mod 2N)`. Internally, the...