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

Fix resources link #82

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<a href="https://fhe-org.github.io/resources#research">Research</a>
<a href="https://fhe-org.github.io/resources#infulential-papers">Influential Papers</a>
<a href="https://fhe-org.github.io/resources#influential-papers">Influential Papers</a>
<a href="https://fhe-org.github.io/resources#libraries">Libraries</a>
<a href="https://fhe-org.github.io/resources#fhe-schemes">Schemes</a>
<a href="https://fhe-org.github.io/resources#schemes">Schemes</a>
<a href="https://fhe-org.github.io/resources#libraries">Libraries</a>
<a href="https://fhe-org.github.io/resources#courses">Courses</a>
</p>
Expand Down Expand Up @@ -104,7 +104,7 @@
- [Introduction to MPC](https://fhe.org/meetups/002-introduction-to-mpc) by **Yehuda Lindell** on **Jan 27, 2021**
- [Introduction to homomorphic encryption](https://fhe.org/meetups/001-introduction-to-fhe) by **Pascal Paillier** on **Nov 04, 2020**


## Influential Papers
- [TFHE: Fast Fully Homomorphic Encryption Over the Torus](https://link.springer.com/article/10.1007/s00145-019-09319-x) by **Ilaria Chillotti, Nicolas Gama, Mariya Georgieva and Malika Izabachène** in **2016**
- [Homomorphic Encryption for Arithmetic of Approximate Numbers](https://link.springer.com/chapter/10.1007/978-3-319-70694-8_15) by **Jung Hee Cheon, Andrey Kim, Miran Kim, and Yongsoo Song** in **2016**
Expand All @@ -115,7 +115,7 @@
- [Fully Homomorphic Encryption without Bootstrapping](https://eprint.iacr.org/2011/277) by **Zvika Brakerski, Craig Gentry, and Vinod Vaikuntanathan** in **2011**
- [Fully Homomorphic Encryption Using Ideal Lattices](https://dl.acm.org/doi/abs/10.1145/1536414.1536440) by **Craig Gentry** in **2009**
- [Public-Key Cryptosystems Based on Composite Degree Residuosity Classes](https://link.springer.com/chapter/10.1007/3-540-48910-X_16) by **Pascal Paillier** in **1999**
- [A Public Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms](https://ieeexplore.ieee.org/document/1057074) by **Taher ElGamal** in **1985**
- [A Public Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms](https://ieeexplore.ieee.org/document/1057074) by **Taher ElGamal** in **1985**
- [On data and privacy homomorphisms](https://luca-giuzzi.unibs.it/corsi/Support/papers-cryptography/RAD78.pdf) by **Ronald L. Rivest, Len Adleman, and Michael L. Dertouzos** in **1978**
- [A method for obtaining digital signatures and public-key cryptosystems](https://dl.acm.org/doi/10.1145/359340.359342) by **Ronald .L. Rivest, Adi Shamir, and Leonard Adleman** in **1978**

Expand Down