-
Notifications
You must be signed in to change notification settings - Fork 184
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
v6.0.0 #492
v6.0.0 #492
Conversation
Add `BFV`, `BGV` and `CKKS` test utilities that can be reused throughout the entirety of Lattigo. This reduces code duplication and should simplify the creation of future unit tests.
The ring packing functionality exclusively uses code from the `rlwe` and `ring` packages and thus completely sidesteps the `schemes` layer. As such, it appears more sensible to place the ring packing functions in the `rlwe` module instead of the new circuits package.
Additionally, move the cleartext cosine approximation to the utils package.
Change initializer to take a Minimax evaluator instead of a generic CKKS evaluator to allow for custom polynomial evaluators.
- `lattigo/schemes`: A package implementing RLWE-based homomorphic encryption schemes. | ||
- `rgsw`: A Full-RNS variant of Ring-GSW ciphertexts and the external product. | ||
|
||
- `lattigo/schemes`: The implementation of RLWE-based homomorphic encryption schemes are found in the `schemes` package: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an almost empty package, which duplicates the purpose of 'rlwe'. Should the two packages also be merged ?
(As per my last email, but just putting this here to keep track).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which package are you referring to here?
No description provided.