-
Notifications
You must be signed in to change notification settings - Fork 145
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
Conversion between TFHErs fheint and Concrete ciphertexts/keys #945
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45c1386 - Browse repository at this point
Copy the full SHA 45c1386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4838d56 - Browse repository at this point
Copy the full SHA 4838d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2368ca - Browse repository at this point
Copy the full SHA f2368caView commit details -
feat(compiler): provide keyid and variance while importing
this was previously hardcoded
Configuration menu - View commit details
-
Copy full SHA for c783f2a - Browse repository at this point
Copy the full SHA c783f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 760e20c - Browse repository at this point
Copy the full SHA 760e20cView commit details -
feat(compiler/frontend): serialize a given secret key
This is useful for it to be used in TFHErs
Configuration menu - View commit details
-
Copy full SHA for cb22c48 - Browse repository at this point
Copy the full SHA cb22c48View commit details -
fix(frontend): make tfhers ciphertext lsb first
this is done to have the same format as tfhers
Configuration menu - View commit details
-
Copy full SHA for 355a130 - Browse repository at this point
Copy the full SHA 355a130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dec986 - Browse repository at this point
Copy the full SHA 2dec986View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7592e8 - Browse repository at this point
Copy the full SHA c7592e8View commit details -
test(frontend): add utility to enc/dec TFHErs encrypted integers
this will be used to test Concrete <> TFHErs compatibility
Configuration menu - View commit details
-
Copy full SHA for 4738dd8 - Browse repository at this point
Copy the full SHA 4738dd8View commit details -
test(frontend): add e2e tfhers compatibility tests (concrete keygen)
Concrete doing the keygen, while TFHErs doing enc/dec
Configuration menu - View commit details
-
Copy full SHA for 07c27f9 - Browse repository at this point
Copy the full SHA 07c27f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f3499a - Browse repository at this point
Copy the full SHA 6f3499aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05b502a - Browse repository at this point
Copy the full SHA 05b502aView commit details -
refactor(compiler): get fheint description from type instead of buffer
we were doing a deserialization previously to get the fheint description, but we will now construct it from the type instead. It's still possible for the user to get the description from the buffer and use it for import (using the Compiler API).
Configuration menu - View commit details
-
Copy full SHA for 92749c0 - Browse repository at this point
Copy the full SHA 92749c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 704562a - Browse repository at this point
Copy the full SHA 704562aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 278def1 - Browse repository at this point
Copy the full SHA 278def1View commit details