-
Notifications
You must be signed in to change notification settings - Fork 158
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
Backport 0.5.2 #900
Backport 0.5.2 #900
Conversation
- This adds GPU support in the C API - Also make ctest (cmake test launcher) print test output when it fails
This splits the long base.rs files into multiple ones, to make it easier to navigate. There is no code changes appart from moving stuff.
This file was not correctly removed during the refactor
We used `after_bitand/or/xor` on the ct_left **after** the lut had changed its degree. So the `after_bit` function computed the resulting using a wrong degree for the left ct.
encrypt_one_block does not leak information on the message. BooleanBlocks are meant for when we want to be explicit that the value is a boolean and are ok for this to be public. Thus it needs to correctly set the degree to 1 for other operations to properly take advantage of that
- safe ser/de - classical ser/de - comparisons - scalar binary fn/comparisons - compact & compressed fhe bool encryption
@slab-ci cpu_fast_test |
@slab-ci cpu_fast_test |
@slab-ci cpu_fast_test |
1 similar comment
@slab-ci cpu_fast_test |
likely need a version bump |
@slab-ci cpu_fast_test |
cuda backend also I’m guessing, sorry forgot to add it here |
But it hasn't changed at all |
Yep saw that afterwards, all good ! |
Pull Request has been approved 🎉 |
go for merge, I'll manage the release |
No description provided.