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

v6.0.0 #492

Merged
merged 18 commits into from
Aug 6, 2024
Merged

v6.0.0 #492

merged 18 commits into from
Aug 6, 2024

Conversation

qantik
Copy link
Collaborator

@qantik qantik commented Aug 5, 2024

No description provided.

qantik added 17 commits August 5, 2024 10:27
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.
@qantik qantik added lattigo Indicate lattigo related issues major release labels Aug 5, 2024
@qantik qantik requested review from romainbou and jrtroncoso August 5, 2024 09:57
@qantik qantik self-assigned this Aug 5, 2024
schemes/bfv/bfv.go Outdated Show resolved Hide resolved
- `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:
Copy link
Collaborator

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

Copy link
Collaborator Author

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?

@qantik qantik merged commit 3214e2d into main Aug 6, 2024
3 checks passed
qantik added a commit that referenced this pull request Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lattigo Indicate lattigo related issues major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants