Ayoub Benaissa
Ayoub Benaissa
## Feature Request Faster prototyping and integration with machine learning libraries often requires Python bindings. Instead of having separate repos implementing binding for different API versions, it would be useful...
duplicate
I think that 3DES works by first encrypting with k1, then decrypt with k2 and encrypt a second time with k3.
## Feature Description In both CKKS and BFV (when using the batchencoder), we can batch many values at a time, up to some extent, we want to provide an API...
## Feature Description We need to warn the user if the scale doesn't match with the currently chosen coeff_mod_bit_sizes. Basically, we need to check that `log2(global_scale)` is equal to all...
## Description The current implementation of pack_vectors only work with with vectors that are using a single ciphertext, however, the implementation should be able to be extended to support vectors...
## What? Provide utility functions to start and check worker threads that takes as input a specific range. ## Why? There was a lot of code reuse for code that...
## What? We should add a tutorial explaining how to set the parameters properly to achieve the required computation (maybe even for different level of security) ## Additional Context A...
This is based on the previous work of @gatesn - Actions to import suggested modules based on the index of symbols of all available python modules (might be slow to...
@gatesn This PR fixes #616 by supporting pylintrc config files, this will make sure pylint do the linting the same way on all files. To also make sure I don't...