Tancrède Lepoint

Results 7 issues of Tancrède Lepoint

Add code coverage using coveralls

enhancement
future-work

Serialization and deserialization of a `SecretKey` is not yet implemented, but will be required for anything that goes beyond "example" code.

enhancement
good first issue
rust

Rust has an experimental [portable SIMD abstraction](https://doc.rust-lang.org/std/simd/index.html) which could be particularly useful to speed up some of the vector modular operations / NTTs in a "generic" way (i.e., without needing...

enhancement
question
rust

The variance for sampling according to the centered binomial distribution is currently capped at `16`: ```rust pub fn sample_vec_cbd(vector_size: usize, variance: usize) -> Result

enhancement
good first issue
rust

Section 5.1.2 and Section 2 state that > The effective policy window for a specific Client starts when the Client first sends a request associated with an Issuer. and is...

enhancement
Private Access Tokens

It seems that after #238 , there is no more advantage of doing variable time computations, even on Apple M1/M2(!). This PR would remove all the "variable time" consideration from...

Currently, the lib handles plaintext and ciphertexts in NTT representation. Instead, it may be desirable to handle them in PowerBasis representation. * We should make sure that such a change...

enhancement