pluto / ronkathon

Cryptography Educational Foundations
https://pluto.xyz/blog/ronkathon-learn-cryptography-from-first-principles
Apache License 2.0
191 stars 23 forks source link

feat: Baseline FHE primitives (LWE, rLWE) #117

Open 0xJepsen opened 4 months ago

0xJepsen commented 4 months ago

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

mrdaybird commented 1 month ago

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.