-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: Baseline FHE primitives (LWE, rLWE) #117
Comments
I was thinking of implementing this paper (https://eprint.iacr.org/2013/340.pdf). This scheme is conceptually simple to understand. I think it will be a good starting point. |
@mrdaybird I'd be happy to work with you on these too! |
@Autoparallel Awesome! Let's have a chat about it over the weekend. |
Sure thing! Feel free to ping me wherever you want. @Autoparallel on Telegram |
This resource seems pretty decent for LWE: https://65610.csail.mit.edu/2024/lec/l07-pke.pdf |
@mrdaybird I started on this a bit: #177 Want to join me? |
@Autoparallel missed your messages, apparently all my github message got moved to spam 😕
Definitely, what would you like me to do?
I will go through this resource in the meanwhile. |
Moving from a single bit to small messages would be interesting. I will look into the latter. |
Yeah, I think the PR needs to change to allow encrypting larger payloads. I can look into this too. |
We should prepare for an FHE boom and get some base FHE primitives down.
I watched this lecture a while back and thought it was pretty good.
LWE
The text was updated successfully, but these errors were encountered: