Léo Ducas

Results 8 issues of Léo Ducas

Both are provided and used, should we unify ? Beware that this is an access with lazyness.

Move matrix and vector operation to the appropriate header files. Delete cputime which is barely used ? Investigate use of other function.

The following snippet (and most likely many variation thereoff) appears repeatedly. ``` c++ if(sign == 1) { for(unsigned int i=0; i < n; ++i) { x[l+i] += db[i2].x[i]; } for(unsigned...

Currently, the main stopping condition for all sieve is the saturation condition, which is not an issue for random lattices; yet, over certain lattices such a condition can not be...

When giving noisy hints with very small error, or modular hints with very large modulus, we get the absurd result that these hints would be better than a perfect hint....

We should here discuss how to integrate multi language support in Cryptris. With my poor programming skills I see two options. Opinions or other suggestions welcomed ! Solution 1: Replace...

enhancement
help wanted

I was having trouble with the `bootstrap.sh` script on a new OS (Ubuntu 24.04.1 LTS). First I had to add `setuptools` in the `pip` requirements, and still, after compilation it...