Ayoub Benaissa

Results 20 issues of 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...

nice to have

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...

Type: New Feature :heavy_plus_sign:
Good first issue :mortar_board:

## 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...

Type: New Feature :heavy_plus_sign:
Good first issue :mortar_board:

## 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...

Type: Improvement :chart_with_upwards_trend:

## 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...

Type: Refactor :hammer:

## 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...

Type: Documentation :books:

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...