Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/dynamic t pbs #554

Merged
merged 3 commits into from
Sep 11, 2023
Merged

Feature/dynamic t pbs #554

merged 3 commits into from
Sep 11, 2023

Conversation

aPere3
Copy link
Contributor

@aPere3 aPere3 commented Sep 5, 2023

These commits allow lookup tables of arbitrary precision in the FHE.apply_lookup_table operator.

The table is always extended using a signed extension, meaning that there must always be at least one bit more than what is needed to store the values. That is, to store values of 8 bits, we need to encode them on 16 bits.

@aPere3 aPere3 force-pushed the feature/dynamic_t_pbs branch 2 times, most recently from d99caab to f6fbe94 Compare September 7, 2023 13:28
@aPere3 aPere3 merged commit 1e726a5 into main Sep 11, 2023
24 of 26 checks passed
@BourgerieQuentin BourgerieQuentin deleted the feature/dynamic_t_pbs branch September 11, 2023 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants