Jean-Philippe Bossuat

Results 36 comments of Jean-Philippe Bossuat

> > In the current state it seems we're missing important functionality: > > ``` > > * instantiating an Encryptor with seeded uniform PRNG -> can reduce the size...

I have a few comments on the updated SECURITY.md. I usually would refrain to do that here, but this is an open PR on the topic and the fastest communication...

> > ``` > > 1. It says there are two approaches to mitigate the attack: the one currently implemented in Lattigo (specifying the bit-precision during the decoding step), and...

`RingQP` should still work even without `P`, as before doing operations it checks if there is or not a `RingP`. In practice `RGSW` is mostly used in contexts where the...

@hkanpak21 Lattigo is not thread safe, to be able to use concurrency, you need to create a `.ShallowCopy()` of the structs that are used concurrently. I will be unable to...

If batching is set to false, it should be possible to encode `N` values modulo a any `t` since this doesn't require to call a DFT/IDFT.